summaryrefslogtreecommitdiffstats
path: root/js/gulpfile.js
diff options
context:
space:
mode:
authorCarl Schwan <carl@carlschwan.eu>2022-08-30 18:07:25 +0200
committerGitHub <noreply@github.com>2022-08-30 18:07:25 +0200
commit753e88793e0525cadd8a544e3f4093cc3cf7b331 (patch)
treef544b21061e5469899f728bd9fa417a801a2d3b8 /js/gulpfile.js
parent39ac02c03464c4cdb511d34c0232120d99dde936 (diff)
Port admin settings to vue (#1880)
* Port admin settings to vue Co-authored-by: anoy. <anoymouserver@users.noreply.github.com> Co-authored-by: Benjamin Brahmer <info@b-brahmer.de> Signed-off-by: Carl Schwan <carl@carlschwan.eu>
Diffstat (limited to 'js/gulpfile.js')
-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