From 55ee11e16af80a516605c49ad01e45062bfe9714 Mon Sep 17 00:00:00 2001 From: Corey Johnson Date: Tue, 20 Aug 2013 14:12:17 -0700 Subject: [PATCH] Compile keymaps into atom application --- Gruntfile.coffee | 1 + 1 file changed, 1 insertion(+) diff --git a/Gruntfile.coffee b/Gruntfile.coffee index e9a77e0ab..c8bad0200 100644 --- a/Gruntfile.coffee +++ b/Gruntfile.coffee @@ -43,6 +43,7 @@ module.exports = (grunt) -> glob_to_multiple: expand: true src: [ + 'keymaps/*.cson' 'src/**/*.cson' 'static/**/*.cson' 'themes/**/*.cson'