Fix all biscoto warnings

This commit is contained in:
Matt Colyer 2013-08-22 16:50:41 -07:00
parent 0e8ec74662
commit fdf250871d

View File

@ -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', ->