Copy themes folder to bundle

This commit is contained in:
Kevin Sawicki 2013-01-17 13:16:32 -08:00
parent 781f58e33a
commit 97e808620e

View File

@ -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"