Files
sage/resources/assets/config.json
DieGOs 7ce252939c Update config.json (#1963)
Remove old watch path to controllers
2017-08-31 14:05:59 -07:00

21 lines
392 B
JSON

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