grunt-bake
Advanced tools
Comparing version 0.0.4 to 0.0.5
{ | ||
"name": "grunt-bake", | ||
"description": "Bake external includes into the file to create static pages with no compilation time", | ||
"version": "0.0.4", | ||
"version": "0.0.5", | ||
"homepage": "https://github.com/MathiasPaumgarten/grunt-bake", | ||
@@ -6,0 +6,0 @@ "author": { |
@@ -106,3 +106,3 @@ # grunt-bake | ||
If `"en"` is passed as section, only `{ "title": "Book" }` will be passed to the include. If no section is specified the entire JSON will be passed. | ||
If `"en"` is passed as section, `{ "title": "Book", "info": { ... } }` will be passed to the include. If no section is specified the entire JSON will be passed. | ||
@@ -109,0 +109,0 @@ This could be used to parse a template like such: |
@@ -74,3 +74,3 @@ /* | ||
var attributesRegex = /([\S]+)=["|']([\w ]+)["|']/g; | ||
var attributesRegex = /([\S]+)=["|']([\w -]+)["|']/g; | ||
@@ -77,0 +77,0 @@ |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
16793