grunt-angular-templates
Advanced tools
Comparing version 0.4.4 to 0.4.5
{ | ||
"name": "grunt-angular-templates", | ||
"description": "Grunt build task to concatenate & register your AngularJS templates in the $templateCache", | ||
"version": "0.4.4", | ||
"version": "0.4.5", | ||
"homepage": "https://github.com/ericclemmons/grunt-angular-templates", | ||
@@ -6,0 +6,0 @@ "author": { |
@@ -313,2 +313,3 @@ # grunt-angular-templates [![Build Status](https://travis-ci.org/ericclemmons/grunt-angular-templates.png?branch=master)](https://travis-ci.org/ericclemmons/grunt-angular-templates) | ||
- v0.4.5 – Attempt to better normalize templates based on current OS ([#52](https://github.com/ericclemmons/grunt-angular-templates/pull/52)) | ||
- v0.4.4 – Fixed regression caused by `htmlmin` ([#54](https://github.com/ericclemmons/grunt-angular-templates/pull/54)) | ||
@@ -315,0 +316,0 @@ - v0.4.3 - `options.concat` targets on Windows convert `/` to `\\`. [#48](https://github.com/ericclemmons/grunt-angular-templates/issues/48) |
@@ -76,3 +76,4 @@ /* | ||
}.bind(this)) | ||
.join(grunt.util.normalizelf(grunt.util.linefeed)) | ||
.map(grunt.util.normalizelf) | ||
.join(grunt.util.linefeed) | ||
; | ||
@@ -79,0 +80,0 @@ |
40462
836
352