1feb209c24
then be exposed to the browser as a global. This was decided between @yangit and me, as we found RequireJS to be too painful to setup for our use case. This Browserify + Global works just fine for us, and it fits perfectly as require() statements in our node.js backend
2 lines
74 B
Makefile
2 lines
74 B
Makefile
compile:
|
|
./node_modules/browserify/bin/cmd.js index.js > index-browser.js
|