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

Releases: markwylde/angular-fresh

Added Less and CSS live reloading

Choose a tag to compare

@markwylde markwylde released this 14 Apr 22:42

The previous release only reloaded the template cache. Now it will reload Less and CSS files on change.

Live Reloading with TypeScript 1.5-alpha

Choose a tag to compare

@markwylde markwylde released this 14 Apr 22:11

Now when making any HTML changes the browser will automatically reload just the view that has changed. This means you do not need to refresh the whole page.

Currently CSS is not automatically reloaded, but that will be included in the next release.

Server contained

Choose a tag to compare

@markwylde markwylde released this 09 Apr 08:33

A few big changes in this release:

  • Views in the dist folder now have the same structure as the src
  • Gulp tasks have been reduced to 2. The task dev can be used to start a local web server using express directly from the src folder, and build now does a full build and compile (copy the vendor libraries)
  • IE8 libraries have been put in an IE lte condition in the index page

Vendor Updates: Updates sourcemaps and normalize

Choose a tag to compare

@markwylde markwylde released this 04 Apr 22:13

Updates the angular-sourcemaps and normalize vendors.

Minor Release: Changed to the new angular-sourcemaps

Choose a tag to compare

@markwylde markwylde released this 19 Mar 11:16

Fixed the angular-sourcemaps project

Minor release: Change of name

Choose a tag to compare

@markwylde markwylde released this 19 Mar 00:56

Changed the name from ngFresh to AngularFresh due to ng being reserved for official angular projects. Also fixed links to other repository named incorrectly.

First official release

Choose a tag to compare

@markwylde markwylde released this 19 Mar 00:23

The first production ready release.