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

Cache the asset graph after each build, and read it in at startup #50

Merged
merged 1 commit into from
Feb 17, 2016

Conversation

jakemac53
Copy link
Contributor

closes #7

@jakemac53 jakemac53 added this to the v0.1.3 release milestone Feb 17, 2016
new AssetId(_packageGraph.root.name, '.build/asset_graph.json');

/// Reads in the [assetGraph] from disk.
Future _readAssetGraph() async {

Choose a reason for hiding this comment

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

Future<AssetGraph>

Copy link
Contributor Author

Choose a reason for hiding this comment

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

done

@jakemac53
Copy link
Contributor Author

updated

@kegluneq
Copy link

LGTM pending added comment re: IIFE

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.

Cache dependency graph to disk
2 participants