Releases: sir-dunxalot/ember-cli-concat
Releases · sir-dunxalot/ember-cli-concat
defer and preload
- #72 - Adds support for the
defer
attribute on the JS<script>
tag - #74 - Adds support for
rel="preload"
on the CSS<link>
tag
Thank you @jeroenbell !
Obey ENV.rootURL
- #70 - Obeys an Ember project's
ENV.rootURL
option (for example, one set inconfig/environment.js
). Thank you @kmccullough.
Updated dependencies
- #69 - Updates all dependencies, including Ember CLI dev environment
v1.2.0
1.2.0
v1.0.2
Updated to Ember CLI 2.7.0
Test coverage
- Test suite with asset path fix
- Description update to match 1.0.0
Ember 1.10+ and Environment variables
- This release is a major update - it is not backwards compatible.
- Concat options are now split between
js
andcss
- Environment handling does not take place in
index.js
- the developer is now able to set options in the Brocfile - New options like
preserveOriginals
tests/index.html
is now compatible with this addon when left unchanged
Ember CLI 1.5.0 Compatibility
Merge pull request #6 from sir-dunxalot/develop - Upgraded to match Ember CLI 1.5.0 with contentFor options - Exposed options to customize contentFor blocks - Moved Documentation to wiki - Added basic test