This website requires JavaScript.
Explore
Help
Register
Sign in
sudoxreboot
/
habitica-self-host
Watch
1
Star
0
Fork
You've already forked habitica-self-host
0
mirror of
https://github.com/sudoxnym/habitica-self-host.git
synced
2026-08-01 19:50:37 +00:00
Code
Issues
Projects
Releases
Packages
Wiki
Activity
Actions
ef9ec0cc22
habitica-self-host
/
Makefile
2 lines
98 B
Makefile
Raw
Normal View
History
Unescape
Escape
Moving back to the Browserify method of concat'd JS files, which will 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
2013-05-19 17:01:01 +00:00
compile
:
Coffeeify plugin for browserify to compile .coffee into browser.js.
2013-05-24 05:29:04 +00:00
./node_modules/browserify/bin/cmd.js -t coffeeify ./script/index.js > browser/browser.js
Reference in a new issue
Copy permalink