Skip to content

Commit

Permalink
fixed browsersync twig config
Browse files Browse the repository at this point in the history
  • Loading branch information
suomato committed Nov 26, 2017
1 parent 3e69245 commit d5f211d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build/webpack.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -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/*'], {
Expand Down

0 comments on commit d5f211d

Please sign in to comment.