#!/usr/bin/make -f
# -*- makefile -*-

%:
	NODE_PATH=debian/node_modules dh $@ --with nodejs

override_dh_auto_build:
	rollup  -c debian/rollup.config.js
	uglifyjs dist/Chart.js -o dist/Chart.min.js
