Skip to content

Extras

Compare
Choose a tag to compare
@Panman82 Panman82 released this 22 May 20:53
· 69 commits to master since this release

There are a couple new configuration features added with this release;

  • excludeCSS option to do exactly that, mainly for SASS/LESS needs [3f7e037]
  • theme option now supports 'default' and 'bootstrap' to import standard/enhanced Bootstrap themes (instead of a Bootswatch theme) [32b41a2]

Other notable changes include;

  • The theme option is no longer required but will default to 'default' and cause a warning the the cli console [32b41a2]
  • Chalk dependency has been updated to 1.0.0 [7d6fd41]
  • Removed references to ember-cli-bootstrap since it has been depreciated [4233336]
  • Warning if addon configured to do nothing, all exclude options enabled [b6d5460]
  • Made note of CSP violations showing up in the cli console [27fb629]

The next update (0.3.0) should include better support for SASS/LESS (if possible) before a 1.0.0 release!