aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rwxr-xr-xbuild.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/build.sh b/build.sh
index efa53f5..9fe81c3 100755
--- a/build.sh
+++ b/build.sh
@@ -197,7 +197,7 @@ main() {
SCRIPTDIRS='background html common content'
- SCRIPTS=$(find $SCRIPTDIRS -name '*.js')
+ SCRIPTS=$(find $SCRIPTDIRS -name '[^.#]*.js')
for SCRIPT in $SCRIPTS; do
add_exports $SCRIPT