Files
sage/assets/config.json
2016-09-11 11:39:48 -07:00

20 lines
365 B
JSON

{
"entry": {
"main": [
"./scripts/main.js",
"./styles/main.scss"
],
"customizer": [
"./scripts/customizer.js"
]
},
"watch": [
"templates/**/*.php",
"src/**/*.php"
],
"publicPath": "/app/themes/sage",
"devUrl": "https://example.dev",
"proxyUrl": "https://localhost:3000",
"cacheBusting": "[name]_[hash:8]"
}