diff options
-rwxr-xr-x | build.sh | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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 |