File: build

package info (click to toggle)
node-bootstrap-switch 3.3.4%2Bdfsg%2Breally3.3.3-1
  • links: PTS, VCS
  • area: main
  • in suites: bullseye
  • size: 524 kB
  • sloc: javascript: 750; makefile: 8
file content (5 lines) | stat: -rw-r--r-- 328 bytes parent folder | download
1
2
3
4
5
mkdir -p dist/js dist/css
babeljs -o dist/js/bootstrap-switch.js src/js/bootstrap-switch.js
uglifyjs.terser -o dist/js/bootstrap-switch.min.js dist/js/bootstrap-switch.js 
lessc src/less/bootstrap2/build.less dist/css/bootstrap2/bootstrap-switch.css
lessc src/less/bootstrap3/build.less dist/css/bootstrap3/bootstrap-switch.css