ember-cli / broccoli-asset-rev

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

Updated default settings to be in one place and allow for usage in external app/addon #90

Closed juwara0 closed 8 years ago

juwara0 commented 8 years ago

Created a default-options file and moved the default settings to this file Updated usage of default values in other files to require() the defaults from the default-options file Added a section in the READme to let people know that the defaults can be accessed in their application or addon if needed.

Review on Reviewable

codecov-io commented 8 years ago

Current coverage is 95.39%

Merging #90 into master will increase coverage by +0.06% as of cc1adb7

@@            master     #90   diff @@
======================================
  Files            2       3     +1
  Stmts          150     152     +2
  Branches        36      36       
  Methods          0       0       
======================================
+ Hit            143     145     +2
  Partial          2       2       
  Missed           5       5       

Review entire Coverage Diff as of cc1adb7

Powered by Codecov. Updated on successful CI builds.

rickharrison commented 8 years ago

Thanks for the contribution!