Compile keymaps into atom application

This commit is contained in:
Corey Johnson
2013-08-20 14:12:17 -07:00
parent b22e4d67ec
commit 55ee11e16a

View File

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