-
Notifications
You must be signed in to change notification settings - Fork 23
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Won't load grunt tasks from included files. #36
Comments
Does it work from the command line directly? Could you post your Gruntfile? |
yeah works from the command line. gruntfile.js module.exports = function(grunt) {
// measures the time each task takes
require('time-grunt')(grunt);
// load configs
require('load-grunt-config')(grunt);
}; |
Can confirm the same, appears not to work with the load-grunt-config/load-grunt-tasks way of creating Grunt tasks, my grunt file is pretty similar:
|
Bizarre. Grunt-runner uses your local installation of |
This is still an issue. Any news? |
Still an issue and somehow might be related to this one #90. |
All of my grunt tasks are kept in separate files (in the grunt directory), but the plugin won't acknowledge any of these tasks. I just get 'Grunt file parsed, found 0 tasks'
The text was updated successfully, but these errors were encountered: