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

Added --stamp option, --stamp tests, and fixed two typos #4

Merged
merged 5 commits into from
Dec 24, 2016

Conversation

virtualpatterns
Copy link
Contributor

First time doing this ... be gentle :-)

Rationale is that sometimes, in development, I want to force an update even if nothing's changed in my app.

Copy link
Owner

@mysticatea mysticatea left a comment

Choose a reason for hiding this comment

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

Thank you for contributing.

This feature sounds reasonable to me.
Could you fix some things?

/coverage
/lib
Copy link
Owner

Choose a reason for hiding this comment

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

Please revert this change.
The result of builds should not be included in git repo.

@@ -223,4 +223,22 @@ NETWORK:
`);
}));
});

//--------------------------------------------------------------------------
describe.only("--stamp option", () => {
Copy link
Owner

Choose a reason for hiding this comment

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

Please remove .only.

@virtualpatterns
Copy link
Contributor Author

Done.

@virtualpatterns
Copy link
Contributor Author

virtualpatterns commented Dec 23, 2016 via email

@mysticatea
Copy link
Owner

Thank you!

However, this PR still includes the result of builds (/lib and /bin). Could you remove those?

@virtualpatterns
Copy link
Contributor Author

virtualpatterns commented Dec 24, 2016 via email

Copy link
Owner

@mysticatea mysticatea left a comment

Choose a reason for hiding this comment

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

LGTM, thank you!

@mysticatea mysticatea merged commit 1e55ec4 into mysticatea:master Dec 24, 2016
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.

None yet

2 participants