#!/usr/bin/make -f

%:
	dh $@ --with nodejs

override_dh_auto_build:
	dh_auto_build
	uglifyjs ansi_up.js > ansi_up.min.js
