DavidSouther / grunt-docco

Docco task for Grunt.
MIT License
70 stars 37 forks source link

Cannot call method "filter" of undefined #22

Closed knownasilya closed 11 years ago

knownasilya commented 11 years ago

When calling grunt docco, get this error:

Running "docco:debug" (docco) task
[D] Task source: C:\Users\user\Desktop\project\node_modules\grunt-docco\
tasks\docco.js
Verifying property docco.debug exists in config...OK
Files: src/js/app.js, src/js/app/controllers/ApplicationController.js, src/js/ap
p/router.js, src/js/app/views/ApplicationView.js, src/js/config.js, src/js/isoto
pe.setup.js, src/js/main.js
Warning: Cannot call method 'filter' of undefined Use --force to continue.

Using version 0.3.0 with docco 0.6.2.

PunkChameleon commented 10 years ago

I'm getting a similar issue right now -- https://github.com/DavidSouther/grunt-docco/issues/27