comparison makefile @ 1935:5acdf209394d

start live stats displayer on home page Ignore-this: e28bc66c441cb72c41aff1bd8d0bf55e
author Drew Perttula <drewp@bigasterisk.com>
date Sun, 02 Jun 2019 11:38:31 +0000
parents 7fe81130b735
children 157985a971dc
comparison
equal deleted inserted replaced
1934:8f58dc868dae 1935:5acdf209394d
32 32
33 npm: 33 npm:
34 npm install 34 npm install
35 (cd node_modules/n3; nodejs ../browserify/bin/cmd.js --standalone N3 --require n3 -o n3-browser.js) 35 (cd node_modules/n3; nodejs ../browserify/bin/cmd.js --standalone N3 --require n3 -o n3-browser.js)
36 node_modules/browserify/bin/cmd.js light9/web/lib/debug/src/browser.js -o light9/web/lib/debug/debug-build.js --standalone debug 36 node_modules/browserify/bin/cmd.js light9/web/lib/debug/src/browser.js -o light9/web/lib/debug/debug-build.js --standalone debug
37 perl -pi -e "s,'lit-html,'/node_modules/lit-html,; s,lit-html',lit-html/lit-html.js'," node_modules/lit-element/lit-element.js
38 perl -pi -e 's/module.exports = rounding/export { rounding }/' node_modules/significant-rounding/index.js
37 39
38 bin/ascoltami2: gst_packages link_to_sys_packages 40 bin/ascoltami2: gst_packages link_to_sys_packages
39 41
40 effect_node_setup: create_virtualenv packages binexec install_python_deps 42 effect_node_setup: create_virtualenv packages binexec install_python_deps
41 43