Say I have a variable in my grunt config with an array as a value. A real world example is grunt.regarde.changed from the grunt-regarde plugin, which lists all
grunt.regarde.changed
// assuming that regarde is a grunt plugin (haven't used—link is broken) copy: { staticWeb: { src: '<% regarde.changed %>', dest: 'someDir' } }
http://gruntjs.com/api/grunt.config#grunt.config.getraw
#ezpz