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

template support to basePath #8

Closed
wants to merge 1 commit into from
Closed

Conversation

Odi55555
Copy link

@Odi55555 Odi55555 commented Dec 5, 2012

Adding grunt template support to basePath.
I'm not into grunt development, but this change works fine for me!
example usage:
manifest: {
generate: {
options: {
basePath: "<%= meta.version %>/",
...

Adding grunt template support to basePath.
I'm not into grunt development, but this change works fine for me!
example usage: 
    manifest: {
      generate: {
        options: {
          basePath: "<%= meta.version %>/",
          ...
@ghost
Copy link

ghost commented Feb 28, 2013

<% %> style template strings specified as config data inside the Gruntfile are automatically expanded

This functionality is included in the core as of grunt v0.4, thanks anyway @Odi55555.

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

Successfully merging this pull request may close these issues.

None yet

2 participants