first pass splitting js into commonjs modules

This commit is contained in:
Nabeel Shahzad
2018-03-12 17:30:52 -05:00
parent 843cf26140
commit 17f9464208
19 changed files with 1039 additions and 5 deletions

View File

@@ -36,7 +36,7 @@ build:
# This is to build all the stylesheets, etc
.PHONY: build-assets
build-assets:
npm update
#npm update
npm run dev
.PHONY: install