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

Add support for common `annotation` option #72

Closed joliss closed 8 years ago

joliss commented 8 years ago

Also fix handling of description option after recent broccoli-filter update. Filter (via Plugin) automatically sets this.description in .read compatibility mode, so we don't need to set it.

joliss commented 8 years ago

For your reference, we're moving to having separate name and annotation strings for plugins - see broccoli-plugin. Hence the change from "description" to "annotation".