File: rules

package info (click to toggle)
underscore.string 3.3.6%2Bdfsg-1
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, forky, sid, trixie
  • size: 948 kB
  • sloc: javascript: 2,000; makefile: 6
file content (8 lines) | stat: -rwxr-xr-x 191 bytes parent folder | download
1
2
3
4
5
6
7
8
#!/usr/bin/make -f
%:
	dh $@

override_dh_auto_build:
	mkdir -p dist
	browserify index.js -o dist/underscore.string.js -s s
	terser -o dist/underscore.string.min.js dist/underscore.string.js