This commit is contained in:
2017-11-02 22:22:38 +00:00
parent 7099ea57c2
commit bd9ca29c34
15 changed files with 555 additions and 414 deletions

View File

@@ -15,7 +15,7 @@
"watch:css": "nodemon -q -w frontend/styles --ext \".\" --exec \"npm run build:css\"",
"watch:js": "nodemon -q -w frontend/scripts --ext \".\" --exec \"npm run build:js\"",
"watch:config": "nodemon -q -w config --ext \".\" --exec \"npm run cp:config\"",
"watch:livereload": "cd data && live-server",
"watch:livereload": "cd data && live-server --port=3000",
"build:fs": "pio run -t buildfs",
"upload:fs": "pio run -t uploadfs",
"build:firmware": "pio run -t clean && pio run",