From 3a6dff6766488564d34d403fab596d165b8f1d57 Mon Sep 17 00:00:00 2001 From: Ben Brehaut Date: Tue, 5 Sep 2017 21:26:03 +0100 Subject: [PATCH] Added .twig files to browsersync watch --- gulpfile.js | 2 ++ 1 file changed, 2 insertions(+) diff --git a/gulpfile.js b/gulpfile.js index fdc4ff8..0a7e01e 100644 --- a/gulpfile.js +++ b/gulpfile.js @@ -93,6 +93,8 @@ gulp.task('browser-sync', ['scripts', 'styles'], function () { files: [ "*.php", '**/*.php', + '*.twig', + '**/*.twig', 'gulpfile.js', outputJSFileLocation + '/*.js', outputCSSFileLocation + '/*.css'