UNPKG

grunt-loadnpmtasks

Version:

A Node module (not a Grunt task itself) to help in loading NPM-based tasks without requiring a "package.json" file next to every Gruntfile. To be used as an alternative to `grunt.loadNpmTasks`/`grunt.task.loadNpmTasks` within large, hierarchical codebases

27 lines (20 loc) 346 B
# Git config .gitignore # Grunt intermediate storage (http://gruntjs.com/creating-plugins#storing-task-files) .grunt Gruntfile.js # Travis CI config .travis.yml # JSHint config .jshintrc .jshintignore # Docs/Tests/Specs docs/ test/ spec/ # Coverage src-cov/ lib-cov/ coverage/ # OS-specific hidden files .DS_Store