mirror of
https://github.com/pulsar-edit/pulsar.git
synced 2024-12-29 01:27:00 +03:00
Copy entire spec folder to application dir
This commit is contained in:
parent
e6360594aa
commit
5664e94e05
@ -22,7 +22,6 @@ module.exports = (grunt) ->
|
||||
nonPackageDirectories = [
|
||||
'benchmark'
|
||||
'dot-atom'
|
||||
'spec'
|
||||
'vendor'
|
||||
]
|
||||
|
||||
@ -52,6 +51,7 @@ module.exports = (grunt) ->
|
||||
for directory in packageDirectories
|
||||
cp directory, path.join(appDir, directory), filter: /.+\.(cson|coffee|less)$/
|
||||
|
||||
cp 'spec', path.join(appDir, 'spec')
|
||||
cp 'src', path.join(appDir, 'src'), filter: /.+\.(cson|coffee|less)$/
|
||||
cp 'static', path.join(appDir, 'static'), filter: /.+\.less$/
|
||||
cp 'themes', path.join(appDir, 'themes'), filter: /.+\.(cson|less)$/
|
||||
|
Loading…
Reference in New Issue
Block a user