Revision b4282398
Added by koszko about 2 years ago
build.sh | ||
---|---|---|
197 | 197 |
|
198 | 198 |
SCRIPTDIRS='background html common content' |
199 | 199 |
|
200 |
SCRIPTS=$(find $SCRIPTDIRS -name '*.js') |
|
200 |
SCRIPTS=$(find $SCRIPTDIRS -name '[^.#]*.js')
|
|
201 | 201 |
|
202 | 202 |
for SCRIPT in $SCRIPTS; do |
203 | 203 |
add_exports $SCRIPT |
Also available in: Unified diff
ignore some special files (emacs automatic backups) when building