Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Grunt variables not expanded #88

Open
luileito opened this issue Apr 12, 2016 · 1 comment
Open

Grunt variables not expanded #88

luileito opened this issue Apr 12, 2016 · 1 comment

Comments

@luileito
Copy link

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 %>'
  ]
}
@rbeer
Copy link

rbeer commented Apr 30, 2016

@luileito
process_templates 👀 works fine here.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants