1
0
mirror of https://github.com/aclindsa/moneygo.git synced 2025-06-13 13:39:23 -04:00

Move to using npm/browserify to package everything

This means it now requires the Javascript to be compiled before it can
be run. This move also required a massive reorganization and lots of
debugging/fixups to make everything work properly again.
This commit is contained in:
2016-02-12 20:36:59 -05:00
parent 6856d617ec
commit 2621f64cc7
23 changed files with 790 additions and 1799 deletions

4
static/Makefile Normal file
View File

@ -0,0 +1,4 @@
all:
browserify -t [ babelify --presets [ react ] ] main.js -o bundle.js
.PHONY = all