-
Notifications
You must be signed in to change notification settings - Fork 2
Open
Description
Hi,
my grunt file looks like:
module.exports = function(grunt) {
require('load-grunt-config')(grunt, {
// Pass data to tasks
data: {
// Re-usable filesystem path variables
paths: {
src: 'src',
src_img: 'src/img',
dist: 'dist',
dist_img: 'dist/img'
....
...
...
}
}
});
};
so when I try to fetch task, it results in:
fetching tasks for Gruntfile.js
0 tasks found
Is it possible to change the source code to take into account load-grunt-config?
Thank you.
Best regards,
Roman
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels