cleanup more JS vendors, moved to node_modules and compiled using webpack

This commit is contained in:
Nabeel Shahzad
2017-12-27 18:08:37 -06:00
parent 17f9330183
commit 1e5d964c6d
845 changed files with 43102 additions and 360920 deletions

View File

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