Move menu building to the proper place

This commit is contained in:
Matt Colyer
2013-10-04 13:15:09 -07:00
parent 73796a27e5
commit 141c4f48bf
2 changed files with 1 additions and 1 deletions

View File

@@ -54,6 +54,7 @@ module.exports = (grunt) ->
glob_to_multiple:
expand: true
src: [
'menus/*.cson'
'keymaps/*.cson'
'static/**/*.cson'
]

View File

@@ -50,7 +50,6 @@ module.exports = (grunt) ->
for directory in packageDirectories
cp directory, path.join(appDir, directory), filter: /.+\.(cson|coffee)$/
cp 'menus', path.join(appDir, 'menus')
cp 'spec', path.join(appDir, 'spec')
cp 'src', path.join(appDir, 'src'), filter: /.+\.(cson|coffee)$/
cp 'static', path.join(appDir, 'static')