Skip to content
This repository was archived by the owner on Dec 30, 2018. It is now read-only.

Releases: vesparny/angular-kickstart

v1.1.0: Merge pull request #25 from vesparny/1.1.0

08 May 15:18

Choose a tag to compare

  • updating dependencies
  • use gulp-sass instead of gulp-ruby-sass

1.0.4

19 Jan 10:49

Choose a tag to compare

v1.0.4

bump 1.0.4

1.0.3

15 Jan 21:41

Choose a tag to compare

  • fixing issue with karma config about loading wrong files

1.0.1

29 Oct 23:38

Choose a tag to compare

docs improvements

1.0.0

29 Oct 22:37

Choose a tag to compare

  • transition to gulpjs
  • removed backend stuff
  • e2e testing support with protractor
  • using purecss + SMACSS
  • following AngularJS styleguide by todd motto
  • sourcemaps support

0.0.2

10 Dec 23:03

Choose a tag to compare

v0.0.2

changelog 0.0.2

First release

07 Dec 15:58

Choose a tag to compare

  • javascript files continuous linting.
  • sass continuous compiling.
  • unit test ready and configured.
  • html templates converted into strings and attached to javascript files (to avoid one http call for every template).
  • proxy every request to /api (configurable of course) to your backend listening on another port.
  • livereload
  • static resources minification and optimization for production
  • html5mode enabled by default (and fully handled by the build connect middleware)