updating the rakefile to pull in the atom dark/light themes into the .atom directory

This commit is contained in:
Jon Rohan
2013-01-22 13:29:16 -08:00
parent e1e764418b
commit 28e6ca5fa7
3 changed files with 4 additions and 2 deletions

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"