Skip to content

"grunt docular" freezes #140

@erochaamorim

Description

@erochaamorim

Following the tutorial, I've created a grunt task to run docular.

I left it running for more than 10 minutes, but nothing happened, no error messages. Actually, there were no messages at all, it simple never finishes running nor outputs anything.

I'm running on windows 7, using Git Bash;
git v1.9.4.msysgit.1;
node v0.12.5;
npm v2.11.2;
grunt-cli v0.1.13;
grunt v0.4.5;

I'm running the grunt task in the root dir of my angular project (where is located the index.html).

Here are some pieces of my Gruntfile.js:

docular: {
useHtml5Mode: false,
docular_webapp_target: '/docs',
showAngularDocs: true,
showDocularDocs: true,
examples: {},
groups: []
}

grunt.loadNpmTasks('grunt-docular')
grunt.registerTask('docular', ['docular'])

Did I miss something?

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions