Skip to content
This repository has been archived by the owner on Mar 26, 2018. It is now read-only.

v0.8.0: minGone

Compare
Choose a tag to compare
@eddiemonge eddiemonge released this 28 Mar 00:21
· 294 commits to master since this release

Bug Fixes

  • app:
    • correct adding scripts path to index.html (5533ad86)
    • change "Twitter Bootstrap" to "Bootstrap" (55a79718)
    • change the script src to lowercase (c884c91d, closes #557)
  • build:
    • don't copy the bower_components folder in build (4c53ea97, closes #590)
    • rewrite relative CSS URLs (996eff82)
  • generator:
    • require compass only when enabled (d4630c33)
    • list coffee dep only when selected (c9a69807)
    • add closing template tag (3522514f)
    • add closing template tag (0f57d2c4)
  • template: remove IE edge header (01738116)
  • test: update assertFile syntax (51e46455, closes #554)

Features

  • app:
  • build: use bowerInstall on watch task (6fbebb05)
  • deps:
    • upgrade AngularJS version (6c540961)
    • use official Sass version of Bootstrap (66829f45, closes #607)
    • upgrade AngularJS + addons to 1.2.14 (b4d026f3)
    • upgrade to grunt-bower-install 1.0 (6a167895)
    • upgrade to Angular 1.2.10 (023da9d2)

Breaking Changes

  • bower_components is no longer copied into the /dist
    folder.
    (4c53ea97)
  • Removes the --minsafe from the generator. See the
    readme for more information about this change
    (c24e2509)