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'
]