File: build

package info (click to toggle)
node-turbolinks 5.2.0%2Bdfsg-6
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, forky, sid, trixie
  • size: 512 kB
  • sloc: javascript: 31; ruby: 12; sh: 5; makefile: 3
file content (5 lines) | stat: -rw-r--r-- 270 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-filename ./dist/turbolinks.browser.js \
	--mode 'development'
uglifyjs dist/turbolinks.browser.js -o dist/turbolinks.js