update watch glob for views directory (#2892)
This commit is contained in:
@@ -29,7 +29,7 @@ module.exports = async (config) =>
|
|||||||
*/
|
*/
|
||||||
.watch([
|
.watch([
|
||||||
'tailwind.config.js',
|
'tailwind.config.js',
|
||||||
'resources/views/*.blade.php',
|
'resources/views/**/*.blade.php',
|
||||||
'app/View/**/*.php',
|
'app/View/**/*.php',
|
||||||
])
|
])
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user