From a7c5803dd2d5242f0b9f3c41cc9671b4bf19ced7 Mon Sep 17 00:00:00 2001 From: Oliver Davies Date: Wed, 8 May 2019 10:33:36 +0100 Subject: [PATCH] Update Browsersync to it reloads when CSS changes --- webpack.mix.js | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/webpack.mix.js b/webpack.mix.js index 5616b44..2bba831 100644 --- a/webpack.mix.js +++ b/webpack.mix.js @@ -11,8 +11,7 @@ mix.disableNotifications() proxy: 'localhost:8000', notify: false, files: [ - 'resources/**/*.css', - 'source/**/*.twig' + 'output_*/**/*' ] }) .purgeCss({