remove dist

This commit is contained in:
s2
2019-04-16 13:54:10 +02:00
parent f4fb72f363
commit d7c1b5c5cd
2 changed files with 3 additions and 1 deletions

View File

@@ -1,5 +1,8 @@
rem This bat file minifies all js and css and creates a dist folder with everything in it
rmdir "dist" /S /Q
mkdir dist
node node_modules\minifyfromhtml\minifyfromhtml.js --js=dist\myapp.js --css=dist\myapp.css < index.html
copy /Y index.production.html dist\index.html