load remote translations

This commit is contained in:
s2
2019-04-16 09:02:57 +02:00
parent f90d862786
commit f4fb72f363
22 changed files with 727 additions and 27 deletions

View File

@@ -3,4 +3,6 @@ rem This bat file minifies all js and css and creates a dist folder with everyth
node node_modules\minifyfromhtml\minifyfromhtml.js --js=dist\myapp.js --css=dist\myapp.css < index.html
copy /Y index.production.html dist\index.html
copy /Y favicon.ico dist\favicon.ico
xcopy /F /Y /I templates dist\templates
xcopy /F /Y /I i18n dist\i18n