Created
July 10, 2013 19:08
-
-
Save knownasilya/5969210 to your computer and use it in GitHub Desktop.
grunt-docco error
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Running tasks: docco | |
Running "docco" task | |
[D] Task source: C:\Users\iradchenko\Desktop\The_Board\node_modules\grunt-docco\ | |
tasks\docco.js | |
Running "docco:debug" (docco) task | |
[D] Task source: C:\Users\iradchenko\Desktop\The_Board\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. | |
Aborted due to warnings. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
I'm getting a similar issue -- did you find a solution?