commit 225fa2b5e2b441cc2a85aa7b3cb73d4bf2d172ab
parent d073dec84dc50e386cd2336fc8fd0be89d4cb81d
Author: Dan Stillman <dstillman@zotero.org>
Date: Thu, 5 Oct 2017 17:22:11 -0400
Adjust ignore mask in build script to #*, not just #*.*
Diffstat:
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/scripts/config.js b/scripts/config.js
@@ -48,7 +48,7 @@ const browserifyConfigs = [
];
// exclude mask used for js, copy, symlink and sass tasks
-const ignoreMask = ['**/#*.*'];
+const ignoreMask = ['**/#*'];
const jsFiles = [
`{${dirs.join(',')}}/**/*.js`,