grunt-include-source
Advanced tools
Comparing version
@@ -7,2 +7,6 @@ # Changelog | ||
### 2015-11-07 ver. 0.7.1 | ||
* Allow directive in html to use multi lines (see https://github.com/jwvdiermen/grunt-include-source/pull/44) | ||
### 2015-09-19 ver. 0.7.0 | ||
@@ -9,0 +13,0 @@ |
{ | ||
"name": "grunt-include-source", | ||
"description": "Include your sources into your HTML files automatically.", | ||
"version": "0.7.0", | ||
"version": "0.7.1", | ||
"homepage": "https://github.com/jwvdiermen/grunt-include-source", | ||
@@ -6,0 +6,0 @@ "author": { |
@@ -58,3 +58,3 @@ /* | ||
var parsers = { | ||
'html': parseSource('HTML', /<!---?\s*include:\s+(.*)\s*-?--\s*>/gi), | ||
'html': parseSource('HTML', /<!---?\s*include:([\s\S]*?)-?--\s*>/gi), | ||
'haml': parseSource('HAML', /-#\s+include:\s+(.*)/gi), | ||
@@ -61,0 +61,0 @@ 'jade': parseSource('JADE', /\/\/-?\s+include:\s+(.*)/gi), |
@@ -0,0 +0,0 @@ var fs = require('fs'); |
@@ -0,0 +0,0 @@ var fs = require('fs'); |
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
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
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
86664
1.28%