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

[MAINT] remove references to ignore #83

Closed joebartels closed 8 years ago

joebartels commented 8 years ago

seems like exclude is the real deal?

rickharrison commented 8 years ago

Exclude causes a file to not be fingerprinted at all. Ignore causes a file to not be rewritten with broccoli-asset-rewrite

joebartels commented 8 years ago

ah. thanks for clarification - at first i thought the description for exclude and ignore were saying the same thing in a different way, missed the point where this.ignore is just passed along to asset-rev. my fault

rickharrison commented 8 years ago

No worries, happy to help. Let me know if you have any other questions.