Skip to content

Get access to Brocfile's generated assetMap.json in your ember-cli app.

License

Notifications You must be signed in to change notification settings

jeffjewiss/ember-cli-inject-asset-map

 
 

Repository files navigation

Ember-cli-inject-asset-map

This has no customizations right now, but I intend to update whenever possible to allow the world to use this. This injects an AssetMapController into your app with access to content of assetMap.json your Brocfile produces (generateAssetMap: true). This is useful if you are computing image paths that are fingerprinted.

Installation

  • git clone this repository
  • npm install
  • bower install

Running

Running Tests

  • ember test
  • ember test --server

Building

  • ember build

For more information on using ember-cli, visit http://www.ember-cli.com/.

About

Get access to Brocfile's generated assetMap.json in your ember-cli app.

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • JavaScript 83.0%
  • HTML 17.0%