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

Change cache location #84

Merged
merged 3 commits into from
Mar 10, 2016
Merged

Change cache location #84

merged 3 commits into from
Mar 10, 2016

Conversation

jakemac53
Copy link
Contributor

closes #68

@jakemac53 jakemac53 added this to the v0.2.0 milestone Mar 10, 2016
@@ -168,7 +168,7 @@ class BuildImpl {

/// Asset containing previous asset dependency graph.
AssetId get _assetGraphId =>
new AssetId(_packageGraph.root.name, '.build/asset_graph.json');
new AssetId(_packageGraph.root.name, '.dart_tool/build/asset_graph.json');
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

DRY this up. Make a const in lib/src/some_util.dart or something.

https://en.wikipedia.org/wiki/Rule_of_three_(computer_programming)

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

But it only appears twice! I did do this though.

Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

...I'd say three times, if you count the help text 😄

@kevmoo
Copy link
Member

kevmoo commented Mar 10, 2016

one comment, otherwise LGTM

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.

Discuss location/naming of .build
2 participants