-
Notifications
You must be signed in to change notification settings - Fork 17
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
refactor to use npm instead of custom caching #135
Conversation
option as we're no longer installing via git (yay!)
Conflicts: doc/cli/help.new.txt lib/hoodie/new.js
@svnlto Haven't had the time to test this yet, but I wanted to ask what the status of using subfolders in templates is, because the release process setup for |
@boennemann could you maybe explain what you mean by that? The way templates get handled in this branch, is that we do a npm install and then move the folder out into a folder with the provided name. |
@svnlto I mean rather than copying the template from the |
Why? Oh you mean, have a different structure inside |
Will describe this in another issue. Let's get back to this PR. |
@svnlto just to make sure I'm doing it correctly, can you explain how to link the npm branch to my local |
@gr2m you need to use the |
Haven't tested this locally, but the integration tests now run against those changes which means everything seems to be fine. |
I see a lot of Also the output of Besides that, looks all good 👍 |
that's to do with a PR on
The |
refactor to use npm instead of custom caching
Please test this throughly and report back any errors.
@janl @boennemann @caolan @gr2m