File: build.sh

package info (click to toggle)
node-browserify 17.0.0%2Bds-5
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, forky, sid, trixie
  • size: 2,400 kB
  • sloc: javascript: 5,642; makefile: 27; sh: 10
file content (6 lines) | stat: -rwxr-xr-x 180 bytes parent folder | download
1
2
3
4
5
6
#!/bin/sh
BROWSERIFY=${BROWSERIFY:-browserify}

${BROWSERIFY} --debug -e ./js/main.js > js/build/bundle.js

echo bundle was generated with source maps, you can now open index.html