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

Choose a tag to compare

@vesparny vesparny released this 08 May 15:18
  • updating dependencies
  • use gulp-sass instead of gulp-ruby-sass

1.0.4

Choose a tag to compare

@vesparny vesparny released this 19 Jan 10:49
v1.0.4

bump 1.0.4

1.0.3

Choose a tag to compare

@vesparny vesparny released this 15 Jan 21:41
  • fixing issue with karma config about loading wrong files

1.0.1

Choose a tag to compare

@vesparny vesparny released this 29 Oct 23:38

docs improvements

1.0.0

Choose a tag to compare

@vesparny vesparny released this 29 Oct 22:37
  • 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

Choose a tag to compare

@vesparny vesparny released this 10 Dec 23:03
v0.0.2

changelog 0.0.2

First release

Choose a tag to compare

@vesparny vesparny released this 07 Dec 15:58
  • 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)