Add theorist to generated docs

This commit is contained in:
Kevin Sawicki
2014-01-20 13:24:12 -08:00
parent 31b68c0937
commit 07c7f1ea46

View File

@@ -15,10 +15,11 @@ module.exports = (grunt) ->
'-o', 'docs/output/api'
'-r', 'docs/README.md'
'src/'
'../space-pen/src/space-pen.coffee'
'../text-buffer/src/range.coffee'
'../text-buffer/src/point.coffee'
'../text-buffer/src/marker.coffee'
'../space-pen/src/space-pen.coffee'
'../theorist/src/model.coffee'
]
grunt.util.spawn({cmd, args, opts}, done)