grunt-jade-tss
Advanced tools
Comparing version 0.7.2 to 0.7.3
{ | ||
"name": "grunt-jade-tss", | ||
"description": "Compile Jade templates To TSS.", | ||
"version": "0.7.2", | ||
"version": "0.7.3", | ||
"homepage": "https://github.com/Casear/Grunt-Jade2TSS", | ||
@@ -6,0 +6,0 @@ "author": { |
@@ -68,3 +68,3 @@ (function() { | ||
return xml2tss.convertArray(output.join(grunt.util.normalizelf(options.separator)), function(err, data) { | ||
var d, n, p, result, t, _i, _len; | ||
var d, n, p, result, t, tmpP, _i, _len; | ||
if (!err) { | ||
@@ -75,3 +75,4 @@ result = []; | ||
p = data[_i]; | ||
t = new RegExp('\\"' + p + '\\"(\\s*):(\\s*){(\\s|.)*}', "m"); | ||
tmpP = p.replace('.', '\.'); | ||
t = new RegExp('\\"' + tmpP + '\\"(\\s*):(\\s*){(\\s|.)*}', "m"); | ||
if (!t.test(d)) { | ||
@@ -78,0 +79,0 @@ result.push(p); |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
10634
109