X Tutup
Skip to content

docs(developer.md): add PUB_CACHE variable to setup instructions#4900

Closed
Puigcerber wants to merge 1 commit intoangular:masterfrom
Puigcerber:dev-pub-cache
Closed

docs(developer.md): add PUB_CACHE variable to setup instructions#4900
Puigcerber wants to merge 1 commit intoangular:masterfrom
Puigcerber:dev-pub-cache

Conversation

@Puigcerber
Copy link
Copy Markdown
Contributor

If PUB_CACHE is not set the pub dependencies are downloaded to a default
folder during the build because gulp build also runs pub get.

Running the tests locally PUB_CACHE is set to a subdirectory of the SDK
when the env_dart.sh script is sourced.

Therefore build/pubbuild.dart fails as it can't find the dependencies.

If PUB_CACHE is not set the pub dependencies are downloaded to a default
folder during the build because `gulp build` also runs `pub get`.

Running the tests locally PUB_CACHE is set to a subdirectory of the SDK
 when the `env_dart.sh` script is sourced.

Therefore `build/pubbuild.dart` fails as it can't find the dependencies.
@mhevery mhevery added pr_state: LGTM action: merge The PR is ready for merge by the caretaker labels Oct 27, 2015
@mary-poppins
Copy link
Copy Markdown

Merging PR #4900 on behalf of @mhevery to branch presubmit-mhevery-pr-4900.

@mary-poppins mary-poppins removed the action: merge The PR is ready for merge by the caretaker label Oct 27, 2015
@mhevery mhevery closed this in 391a6fb Oct 27, 2015
@angular-automatic-lock-bot
Copy link
Copy Markdown

This issue has been automatically locked due to inactivity.
Please file a new issue if you are encountering a similar or related problem.

Read more about our automatic conversation locking policy.

This action has been performed automatically by a bot.

@angular-automatic-lock-bot angular-automatic-lock-bot bot locked and limited conversation to collaborators Sep 7, 2019
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Labels

Projects

None yet

Development

Successfully merging this pull request may close these issues.

4 participants

X Tutup