Use flask-webassets to version js/css bundle

This commit is contained in:
Patrick Smith
2018-08-02 14:54:07 -04:00
parent b67b4cca44
commit dea0962f7c
3 changed files with 15 additions and 7 deletions

View File

@@ -5,7 +5,7 @@
"main": "index.js",
"scripts": {
"watch": "parcel watch static/js/index.js -d static/assets -o index.js --no-autoinstall",
"build": "parcel build static/js/index.js -d static/assets -o index.js --no-autoinstall",
"build": "parcel build static/js/index.js -d static/assets -o index.js",
"test": "echo \"Error: no test specified\" && exit 1"
},
"author": "",