Fix injection issues

This commit is contained in:
QWp6t
2017-03-23 19:32:40 -07:00
parent c84fe502f1
commit 6b40db80fd
4 changed files with 554 additions and 443 deletions

View File

@@ -8,14 +8,13 @@
"./scripts/customizer.js"
]
},
"watch": [
"templates/**/*.php",
"src/**/*.php"
],
"publicPath": "/app/themes/sage",
"devUrl": "http://example.dev",
"proxyUrl": "http://localhost:3000",
"cacheBusting": "[name]_[hash:8]",
"watch": [
"{src,templates}/**/*.php"
],
"browsers": [
"last 2 versions",
"android 4",