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

bakeProject should assume that source fileGlobs are relative to the new project directory #18

Open
abd3 opened this issue Nov 16, 2017 · 0 comments

Comments

@abd3
Copy link
Contributor

abd3 commented Nov 16, 2017

Right now, if we specify a source fileGlob that is a file at the top level of the project like "package.json" bakeProject does not replace template variables in that file. If we change it to include ** at the beginning (ex: "**/package.json") it works correctly. The replacements should assume that the fileGlob is pointing to the projectName folder. I see code in there to make that work, but I don't think it's working.

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

1 participant