Compile the whole ./src/www directory

This commit is contained in:
Michael Bykovski
2017-07-21 11:57:14 +02:00
parent f993aab1c2
commit b657a1b385
3 changed files with 202 additions and 7 deletions
+1 -1
View File
@@ -40,7 +40,7 @@
"cordova": "^6.1.1"
},
"scripts": {
"build": "babel src/www/webserver.js --out-file webserver.js"
"build": "babel src/www --out-file webserver.js"
},
"dependencies": {
"universal-router": "^3.2.0"