From 2cd155a5ce44f5da707484093e0879a8e3d8c732 Mon Sep 17 00:00:00 2001 From: Carl Schwan Date: Thu, 25 Aug 2022 00:48:16 +0200 Subject: Fix building angular app Signed-off-by: Carl Schwan --- js/gulpfile.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/js/gulpfile.js b/js/gulpfile.js index eef83d114..52a74922d 100644 --- a/js/gulpfile.js +++ b/js/gulpfile.js @@ -39,7 +39,7 @@ const sources = [ 'directive/**/*.js' ]; const testSources = ['tests/**/*.js']; -const watchSources = sources.concat(testSources).concat(['*.js']); +const watchSources = sources.concat(testSources).concat(['*.js', '!news-admin-settings.js']); const lintSources = watchSources; // tasks -- cgit v1.2.3