This repository was archived by the owner on Feb 1, 2018. It is now read-only.
Releases: markwylde/angular-fresh
Releases · markwylde/angular-fresh
Release list
Added Less and CSS live reloading
Live Reloading with TypeScript 1.5-alpha
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
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
devcan be used to start a local web server using express directly from the src folder, andbuildnow 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
Updates the angular-sourcemaps and normalize vendors.
Minor Release: Changed to the new angular-sourcemaps
Fixed the angular-sourcemaps project
Minor release: Change of name
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
The first production ready release.