Skip to content

Commit

Permalink
improve out-of-box watchers for Laravel (#11)
Browse files Browse the repository at this point in the history
  • Loading branch information
tyler36 committed Jun 6, 2022
1 parent eb07aa8 commit 5594022
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion browser-sync.js
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ if (filesdir === "") {

module.exports = {

files: [docroot],
files: [docroot, "app", "resources/views/**/*.php"],
ignore: ["node_modules", filesdir, "vendor"],
open: false,
ui: false,
Expand Down

0 comments on commit 5594022

Please sign in to comment.