File: build

package info (click to toggle)
node-turbolinks 5.2.0%2Bdfsg-2
  • links: PTS, VCS
  • area: main
  • in suites: bullseye
  • size: 492 kB
  • sloc: javascript: 27; ruby: 12; sh: 5; makefile: 3
file content (5 lines) | stat: -rw-r--r-- 259 bytes parent folder | download
1
2
3
4
5
coffee -c src/turbolinks/*.coffee
webpack --output-library=Turbolinks --config debian/webpack.config.js \
	--entry ./src/turbolinks/index.js --output dist/turbolinks.browser.js \
	--mode 'development'
uglifyjs dist/turbolinks.browser.js -o dist/turbolinks.js