File: rules

package info (click to toggle)
libjs-dropzone 5.7.2%2Bdfsg-1
  • links: PTS, VCS
  • area: main
  • in suites: bullseye
  • size: 564 kB
  • sloc: javascript: 4,779; makefile: 7; sh: 3
file content (11 lines) | stat: -rwxr-xr-x 243 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
#!/usr/bin/make -f
%:
	dh $@

override_dh_auto_build:
	uglifyjs -o dist/dropzone-amd-module.min.js dist/dropzone-amd-module.js
	uglifyjs -o dist/dropzone.min.js dist/dropzone.js
	dh_auto_build

override_dh_auto_test:
	# Not a real node module