Skip to content

Load Grunt Config #6

@romanlelek

Description

@romanlelek

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

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