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

override_dh_auto_build:
	babeljs-7 -d dist src
	uglifyjs -o dist/autosize.min.js dist/autosize.js
