Skip to content

Releases: slushjs/slush-angular

Hotfix 0.4.4

21 Jul 07:54
Compare
Choose a tag to compare
  • Use gulp-ng-annotate instead of gulp-ngmin (#24)

Hotfix 0.4.3

21 Jul 07:53
Compare
Choose a tag to compare
  • Use rimraf instead of gulp-clean (#21)
  • Use main-bower-files instead of gulp-bower-files (#22)
  • Updating dependencies

Hotfix 0.4.2

03 Jun 14:17
Compare
Choose a tag to compare

Changes

  • Fixing typo (See #17)

Hotfix 0.4.1

03 Jun 14:17
Compare
Choose a tag to compare

Changes

Release 0.4

03 Jun 14:16
Compare
Choose a tag to compare

Changes

  • Adding CoffeScript support (#8 and #9)
  • Updating all dependencies

Hotfix 0.3.3

03 Jun 14:16
Compare
Choose a tag to compare

Changes

  • Adding the gulp karma-conf task to be able to run karma without gulp (#7)

Hotfix 0.3.2

03 Jun 14:16
Compare
Choose a tag to compare

Changes

  • Fixing jshint errors in newly generated angular app with stylus as CSS preprocessor

Hotfix 0.3.1

03 Jun 14:14
Compare
Choose a tag to compare

Changes

  • Explicitly set port 3000 (#4)
  • Remove bad output in console
  • Update gulp to 3.6.1

Release 0.3

03 Jun 14:14
Compare
Choose a tag to compare

Changes

  • Adding Sass as CSS preprocessor alternative (Thanks to @ajoslin's PR#2)
  • Adding .tmp/ to the generated project's .gitignore (#3)

Release 0.2

03 Jun 14:13
Compare
Choose a tag to compare

Changes

  • Using gulp-angular-filesort to sort app files correctly on injection/concatenation
  • Adding .bowerrc (see #1)