grunt-contrib-clean icon indicating copy to clipboard operation
grunt-contrib-clean copied to clipboard

Grunt variables not expanded

Open luileito opened this issue 8 years ago • 1 comments

Grunt variables (e.g. <%= something %>) are not expanded, i.e., they are processed as literals. Is it possible to use these variables? It'd be useful being able to do something like:

clean: {
  js: [ 
    '<%= concat.dist.dest %>',
    '<%= uglify.dist.dest %>'
  ]
}

luileito avatar Apr 12 '16 17:04 luileito

@luileito process_templates :eyes: works fine here.

rbeer avatar Apr 30 '16 14:04 rbeer