grunt-jade-tss
Advanced tools
Comparing version 0.7.3 to 0.7.4
{ | ||
"name": "grunt-jade-tss", | ||
"description": "Compile Jade templates To TSS.", | ||
"version": "0.7.3", | ||
"version": "0.7.4", | ||
"homepage": "https://github.com/Casear/Grunt-Jade2TSS", | ||
@@ -6,0 +6,0 @@ "author": { |
@@ -74,3 +74,3 @@ (function() { | ||
p = data[_i]; | ||
tmpP = p.replace('.', '\.'); | ||
tmpP = p.replace('.', '\\.'); | ||
t = new RegExp('\\"' + tmpP + '\\"(\\s*):(\\s*){(\\s|.)*}', "m"); | ||
@@ -77,0 +77,0 @@ if (!t.test(d)) { |
Sorry, the diff of this file is not supported yet
10636