Skip to content

Commit 01c1f1c

Browse files
committed
Changes gulpfile for watching .vue files
1 parent b8434ac commit 01c1f1c

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

gulpfile.js

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,8 @@ elixir((mix) => {
4242
elixir.config.appPath + '/**/*.php',
4343
elixir.config.get('public.css.outputFolder') + '/**/*.css',
4444
elixir.config.get('public.versioning.buildFolder') + '/rev-manifest.json',
45-
'resources/views/**/*.php'
45+
'resources/assets/views/**/*.php',
46+
'resources/assets/js/**/*.vue'
4647
],
4748
proxy: 'app:8080',
4849
open: false,

0 commit comments

Comments
 (0)