Skip to content

Commit

Permalink
Prevent browser refresh on styles change (watch build files instead o…
Browse files Browse the repository at this point in the history
…f source sass)
  • Loading branch information
eolant committed Apr 5, 2018
1 parent 63c230f commit 6feb7d2
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions webpack.mix.js
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ mix.browserSync({
this.reload();
}
},
'./assets/**/*.scss',
'./assets/**/*.js'
'./css/*.css',
'./javascript/*.js'
]
});

0 comments on commit 6feb7d2

Please sign in to comment.