add build

This commit is contained in:
s2
2019-04-15 11:34:09 +02:00
parent 9d3cd7ec4f
commit 224b6828c7
2948 changed files with 348000 additions and 35 deletions

6
build.cmd Normal file
View File

@@ -0,0 +1,6 @@
rem This bat file minifies all js and css and creates a dist folder with everything in it
node node_modules\minifyfromhtml\minifyfromhtml.js --js=dist\myapp.js --css=dist\myapp.css < index.html
copy /Y index.production.html dist\index.html
xcopy /F /Y /I templates dist\templates