Skip to content

Latest commit

 

History

History
34 lines (25 loc) · 1.14 KB

CHANGELOG.md

File metadata and controls

34 lines (25 loc) · 1.14 KB

master

  • Rely on Rails Engine to mix app/helpers modules into ActionController::Base

0.7.0

  • Drop reading assetMap.json
  • Find assets from dist/index.html 3ac6a21
  • Add nokogiri as a dependency d603fb1
  • Use to_prepare to use autoload inside engine config a3fb989

0.6.2

  • Add prepend option to view helpers for prepending a URL to the relative assets generated by EmberCLI. #7
  • Remove mount_ember_assets. This is handled by ember-cli-rails.

0.6.1

  • Extracted from ember-cli-rails.