1
0
mirror of https://github.com/home-assistant/frontend.git synced 2025-12-20 02:38:53 +00:00

Re-add service worker caching (#1247)

* Re-add service worker caching

* Lint
This commit is contained in:
Paulus Schoutsen
2018-06-03 07:38:22 -04:00
committed by GitHub
parent dbcae9cb77
commit 8133102bcb
10 changed files with 324 additions and 228 deletions

View File

@@ -17,7 +17,4 @@ cp -r public/__init__.py $OUTPUT_DIR_ES5/
./node_modules/.bin/gulp build-translations gen-icons
cp src/authorize.html $OUTPUT_DIR
# Manually copy over this file as we don't run the ES5 build
cp node_modules/@webcomponents/webcomponentsjs/webcomponents-bundle.js.map $OUTPUT_DIR
./node_modules/.bin/webpack --watch --progress