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

Fixing file location on package.json #413

Open
wants to merge 3 commits into
base: master
Choose a base branch
from

Conversation

santiagovazquez
Copy link

No description provided.

@codecov-io
Copy link

codecov-io commented Feb 18, 2017

Codecov Report

Merging #413 into master will not change coverage.
The diff coverage is n/a.

@@           Coverage Diff           @@
##           master     #413   +/-   ##
=======================================
  Coverage   82.56%   82.56%           
=======================================
  Files          14       14           
  Lines         562      562           
=======================================
  Hits          464      464           
  Misses         98       98

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update 5ec10ac...002ed97. Read the comment docs.

@@ -1,4 +1,8 @@
(function() {
if (typeof FastClick === 'undefined') {
throw new Error('mobile-angular-ui\'s JavaScript requires FastClick')

Choose a reason for hiding this comment

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

CI is failing because you forgot a semi-colon.

@jaythomas
Copy link

I think re-building the dist/ folder as part of the commit is a bad idea because the contents of your dist may not necessarily reflect all the commits that have gone into master since your generated dist was created. It also pollutes the diff when trying to do code reviews or check commits in the git history.

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.

3 participants