From 596c584ef192d695736ea311d874f814f2e648c8 Mon Sep 17 00:00:00 2001 From: Nathan Sobo Date: Sat, 15 Mar 2014 17:27:46 -0600 Subject: [PATCH] Add atom-keymap classes to the docs grunt task --- build/tasks/docs-task.coffee | 2 ++ 1 file changed, 2 insertions(+) diff --git a/build/tasks/docs-task.coffee b/build/tasks/docs-task.coffee index b32669242..fdc49ad68 100644 --- a/build/tasks/docs-task.coffee +++ b/build/tasks/docs-task.coffee @@ -143,6 +143,8 @@ downloadFileFromRepo = ({repo, file}, callback) -> downloadIncludes = (callback) -> includes = [ + {repo: 'atom-keymap', file: 'src/keymap.coffee'} + {repo: 'atom-keymap', file: 'src/key-binding.coffee'} {repo: 'first-mate', file: 'src/grammar.coffee'} {repo: 'first-mate', file: 'src/grammar-registry.coffee'} {repo: 'node-pathwatcher', file: 'src/directory.coffee'}