bower: Move cache dir to persistent location#5
Open
dzudek wants to merge 1 commit intoimyller:masterfrom
Open
Conversation
Pointing `bower_storage_packages` to store cache under DL_DIR. It wouldn't be required anymore to download all the packages after removing TMPDIR before doing a clean build.
|
Can we use the same approach as in imyller/meta-nodejs#70 for Bower as well? Is there any hard dependency on the target arch or the version? |
Collaborator
|
I don't know if it is needed by bower or not. I can't see how it would hurt though. |
Owner
|
I'd prefer similar approach as in imyller/meta-nodejs#70 for Bower cache too. |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Pointing
bower_storage_packagesto store cache under DL_DIR.It wouldn't be required anymore to download all the packages after
removing TMPDIR before doing a clean build.