From fdf250871d2a4616cf97b022768637f84170fde9 Mon Sep 17 00:00:00 2001 From: Matt Colyer Date: Thu, 22 Aug 2013 16:50:41 -0700 Subject: [PATCH] Fix all biscoto warnings --- tasks/docs-task.coffee | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tasks/docs-task.coffee b/tasks/docs-task.coffee index b25e8220d..c1e966423 100644 --- a/tasks/docs-task.coffee +++ b/tasks/docs-task.coffee @@ -10,7 +10,7 @@ module.exports = (grunt) -> grunt.task.run('markdown:guides') done = @async() - args = [commonArgs..., '--title', 'Atom API Documentation', '-o', 'docs/output/api', 'src/'] + args = [commonArgs..., '--title', 'Atom API Documentation', '-o', 'docs/output/api', 'src/', 'vendor/telepath/lib/'] grunt.util.spawn({cmd, args, opts}, done) grunt.registerTask 'lint-docs', 'Generate stats about the doc coverage', ->