From d5f211d2958b5a2801f501ab9fac4c9d8e725b76 Mon Sep 17 00:00:00 2001 From: Toni Suomalainen Date: Sun, 26 Nov 2017 17:54:49 +0200 Subject: [PATCH] fixed browsersync twig config --- build/webpack.config.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build/webpack.config.js b/build/webpack.config.js index 449e222..cdcd9ec 100644 --- a/build/webpack.config.js +++ b/build/webpack.config.js @@ -105,7 +105,7 @@ module.exports = { host: 'localhost', port: 3000, proxy: config.devUrl, // YOUR DEV-SERVER URL - files: ['./*.php', './resources/views/*.twig', './static/*.*'], + files: ['./*.php', './resources/views/**/*.twig', './static/*.*'], }), new CleanWebpackPlugin(['static/css/*', 'static/js/*', 'static/fonts/*'], {