diff --git a/script/copy-files-to-bundle b/script/copy-files-to-bundle index 379f5837c..c8ab8dd4f 100755 --- a/script/copy-files-to-bundle +++ b/script/copy-files-to-bundle @@ -42,4 +42,4 @@ for CSON_FILE in $CSON_FILES; do done; # Copy non-coffee files into bundle -rsync --archive --recursive --exclude="src/**/*.coffee" --exclude="src/**/*.cson" src static vendor spec benchmark "$RESOUCES_PATH" +rsync --archive --recursive --exclude="src/**/*.coffee" --exclude="src/**/*.cson" src static vendor spec benchmark themes "$RESOUCES_PATH"