mirror of
https://github.com/atom/atom.git
synced 2026-01-24 14:28:14 -05:00
💄
This commit is contained in:
@@ -128,8 +128,7 @@ module.exports = (grunt) ->
|
||||
'spec'
|
||||
'vendor'
|
||||
]
|
||||
for directory in directories
|
||||
cp directory, path.join(APP_DIR, directory)
|
||||
cp directory, path.join(APP_DIR, directory) for directory in directories
|
||||
|
||||
cp 'src', path.join(APP_DIR, 'src'), filter: /.+\.(cson|coffee|less)$/
|
||||
cp 'static', path.join(APP_DIR, 'static'), filter: /.+\.less$/
|
||||
|
||||
Reference in New Issue
Block a user