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

Adds option to generate Sprockets manifest.json for Rails. #4

Closed danmcclain closed 10 years ago

danmcclain commented 10 years ago

When specifying

fingerprint: {
  generateRailsManifest: true
}

Fingerprint will generate a Sprockets compatible manifest.json for rails which will allow rails to auto-resolve fingerprinted assets.

Once this is added to asset-rev, ember-cli will need to be modified as well to take advantage of this

rwjblue commented 10 years ago

This is awesome, thanks @danmcclain!

danmcclain commented 10 years ago

@rickharrison Deleted the delete