Add config and controllers to BS watch

This commit is contained in:
2017-07-09 07:11:57 -07:00
parent 1a8dce9b09
commit a83a10ce69

View File

@@ -13,6 +13,9 @@
"proxyUrl": "http://localhost:3000",
"cacheBusting": "[name]_[hash:8]",
"watch": [
"{app,resources/views}/**/*.php"
"app/**/*.php",
"config/**/*.php",
"resoruces/controllers/**/*.php",
"resources/views/**/*.php"
]
}