Task is no longer async

This commit is contained in:
Kevin Sawicki 2014-08-19 17:52:55 -06:00 committed by Ben Ogle
parent cfc965c135
commit 3035242daf

View File

@ -1,8 +1,6 @@
path = require 'path'
async = require 'async'
fs = require 'fs-plus'
request = require 'request'
_ = require 'underscore-plus'
donna = require 'donna'
@ -23,7 +21,6 @@ module.exports = (grunt) ->
classes
grunt.registerTask 'build-docs', 'Builds the API docs in src', ->
done = @async()
docsOutputDir = grunt.config.get('docsOutputDir')
metadata = donna.generateMetadata(['.'])