grunt-include-source
Advanced tools
Comparing version
@@ -0,0 +0,0 @@ /* |
{ | ||
"name": "grunt-include-source", | ||
"description": "Include your sources into your HTML files automatically.", | ||
"version": "0.3.2", | ||
"version": "0.3.3", | ||
"homepage": "https://github.com/jwvdiermen/grunt-include-source", | ||
@@ -6,0 +6,0 @@ "author": { |
@@ -63,3 +63,3 @@ # grunt-include-source | ||
basePath: 'app', | ||
includePath: 'public/', | ||
baseUrl: 'public/', | ||
template: { | ||
@@ -95,3 +95,3 @@ html: { | ||
basePath: 'app', | ||
includePath: 'public/', | ||
baseUrl: 'public/', | ||
template: { | ||
@@ -162,3 +162,3 @@ html: { | ||
basePath: 'app', | ||
includePath: 'public/' | ||
baseUrl: 'public/' | ||
}, | ||
@@ -165,0 +165,0 @@ myTarget: { |
@@ -20,3 +20,3 @@ /* | ||
var parseHtml = function(source) { | ||
var re = /<!--\s+include:\s+(.*)\s+-->/gi, | ||
var re = /<!---?\s*include:\s+(.*)\s*-?--\s*>/gi, | ||
matches, | ||
@@ -23,0 +23,0 @@ results = []; |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
16529
-3.31%