File: rules

package info (click to toggle)
sortablejs 1.15.0%2Bds-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 804 kB
  • sloc: javascript: 3,148; makefile: 7
file content (12 lines) | stat: -rwxr-xr-x 242 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
#!/usr/bin/make -f
# -*- makefile -*-

%:
	dh $@

override_dh_auto_build:
	NODE_ENV=umd rollup -c ./scripts/umd-build.js --bundleConfigAsCjs
	uglifyjs -o Sortable.min.js Sortable.js

execute_after_dh_clean:
	rm -f Sortable.js Sortable.min.js