Skip to content

Releases: sir-dunxalot/ember-cli-concat

defer and preload

24 Apr 02:14
Compare
Choose a tag to compare
  • #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

22 May 21:28
Compare
Choose a tag to compare
  • #70 - Obeys an Ember project's ENV.rootURL option (for example, one set in config/environment.js). Thank you @kmccullough.

Updated dependencies

22 May 21:25
Compare
Choose a tag to compare
  • #69 - Updates all dependencies, including Ember CLI dev environment

v1.2.0

26 Dec 15:44
Compare
Choose a tag to compare
1.2.0

v1.0.2

17 Aug 12:33
Compare
Choose a tag to compare

Updated to Ember CLI 2.7.0

Test coverage

17 May 01:29
Compare
Choose a tag to compare
  • Test suite with asset path fix
  • Description update to match 1.0.0

Ember 1.10+ and Environment variables

10 May 02:12
Compare
Choose a tag to compare
  • This release is a major update - it is not backwards compatible.
  • Concat options are now split between js and css
  • 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

01 Jan 23:43
Compare
Choose a tag to compare
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