firstandthird / load-grunt-config

Grunt plugin that lets you break up your Gruntfile config by task
firstandthird.github.io/load-grunt-config/
MIT License
374 stars 64 forks source link

custom data not accessible #100

Closed ghost closed 9 years ago

ghost commented 9 years ago

I set the parameter data: but does not send the info to the other side.

        data: {
            pathSrc: "../src/",
            pathDist: "../dist/"
        }

I'm trying to get it ..

module.exports = {
    debug:{
        files: {'<%= pathSrc %>': ['....']
    }
};