grunt-bake
Advanced tools
Comparing version 1.7.1 to 1.7.2
{ | ||
"name": "grunt-bake", | ||
"description": "Bake external includes into files to create static pages with no server-side compilation time", | ||
"version": "1.7.1", | ||
"version": "1.7.2", | ||
"homepage": "https://github.com/MathiasPaumgarten/grunt-bake", | ||
@@ -6,0 +6,0 @@ "author": { |
@@ -737,2 +737,3 @@ # grunt-bake | ||
* `1.7.2` __4-20-2016__ Resolves recursion issues in _process and _assign. | ||
* `1.7.1` __4-8-2016__ Fix for issue with _process. | ||
@@ -739,0 +740,0 @@ * `1.7.0` __4-7-2016__ Adds _process and _assign attributes. |
@@ -527,3 +527,3 @@ /* | ||
content = linebreak + processContent( parse( includeContent, includePath, destFile, values ), values ); | ||
content = linebreak + parse( includeContent, includePath, destFile, values ); | ||
@@ -530,0 +530,0 @@ } else { |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
66190
100
751