summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorCarl Schwan <carl@carlschwan.eu>2022-08-25 00:48:16 +0200
committerCarl Schwan <carl@carlschwan.eu>2022-08-25 00:48:16 +0200
commit2cd155a5ce44f5da707484093e0879a8e3d8c732 (patch)
treed2464981da712f289de44f8cd462166f37b74c0a
parentf51234cbe8ad63a14e4b3f6d574b3bf708d41406 (diff)
Fix building angular app
Signed-off-by: Carl Schwan <carl@carlschwan.eu>
-rw-r--r--js/gulpfile.js2
1 files changed, 1 insertions, 1 deletions
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