ember-cli / broccoli-asset-rev

Broccoli plugin to add fingerprint checksums and CDN URLs to your assets
MIT License
87 stars 84 forks source link

Adds .npmignore #105

Closed twokul closed 7 years ago

twokul commented 7 years ago

Makes sure to ignore files that are irrelevant when installing the package.

related to https://github.com/rickharrison/broccoli-asset-rev/issues/101

codecov-io commented 7 years ago

Current coverage is 96.07% (diff: 100%)

Merging #105 into master will not change coverage

@@             master       #105   diff @@
==========================================
  Files             3          3          
  Lines           153        153          
  Methods          15         15          
  Messages          0          0          
  Branches         36         36          
==========================================
  Hits            147        147          
  Misses            6          6          
  Partials          0          0          

Powered by Codecov. Last update 51d2779...049546e

rickharrison commented 7 years ago

Thanks!