mirror of
https://github.com/atom/atom.git
synced 2026-04-06 03:02:13 -04:00
updating the rakefile to pull in the atom dark/light themes into the .atom directory
This commit is contained in:
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user