Skip to content
This repository has been archived by the owner on Apr 24, 2021. It is now read-only.

Build improvement #36

Merged
merged 4 commits into from
Oct 12, 2013
Merged

Build improvement #36

merged 4 commits into from
Oct 12, 2013

Conversation

dinhvh
Copy link
Contributor

@dinhvh dinhvh commented Oct 12, 2013

Future<String> increaseBuildNumber(GrinderContext context) {
// Tweaking build version in manifest.
File file = new File('app/manifest.json');
Future<String> finishedReading = file.readAsString();
Copy link
Contributor

Choose a reason for hiding this comment

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

If you like, you can also do readAsStringSync() - you wouldn't have to do any async in this method.

Copy link
Contributor Author

Choose a reason for hiding this comment

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

Will change it.

@devoncarew
Copy link
Contributor

lgtm!

Can you add some docs - either in this file or on a wiki page - outlining the build process? Nothing too long, just a quick overview of the steps. Something like: we copy this here, run this polymer build step, compile this file, and copy everything for packaging. I think we have enough steps now that it'd be good to document.

dinhvh added a commit that referenced this pull request Oct 12, 2013
@dinhvh dinhvh merged commit f1e87ad into googlearchive:master Oct 12, 2013
@gaurave gaurave mentioned this pull request Oct 16, 2013
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants