Use Node for asset building instead of building on the fly every time (feat. minification!)
This commit is contained in:
parent
ec74f74624
commit
ace24c8eee
139 changed files with 1639 additions and 185 deletions
4
.gitignore
vendored
4
.gitignore
vendored
|
@ -1,3 +1,7 @@
|
|||
# Assets
|
||||
/public/assets
|
||||
/assets/current.json
|
||||
|
||||
# Libraries
|
||||
/vendor
|
||||
/node_modules
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue