0.1.3 • Published 13 years ago
grunt-dependencygraph v0.1.3
grunt-dependencygraph
Visualize your CommonJS or AMD module dependencies.
Installation
From the same directory as your Gruntfile, run
npm install grunt-dependencygraphThen add the following line to your Gruntfile:
grunt.loadNpmTasks('grunt-dependencygraph');You can verify that the task is available by running grunt --help and
checking that "dist" is under "Available tasks".