#!/usr/bin/make -f
%:
	dh $@ --with nodejs

override_dh_auto_build:
	grunt

override_dh_auto_clean:
	dh_clean
	rm -f dist/js
