grunt-appolo-assets-url-replace
Advanced tools
Comparing version 0.0.7 to 0.0.8
{ | ||
"name": "grunt-appolo-assets-url-replace", | ||
"description": "Grunt task to replace assets urls with absolute path", | ||
"version": "0.0.7", | ||
"version": "0.0.8", | ||
"author": { | ||
@@ -6,0 +6,0 @@ "name": "Roman Svichar", |
@@ -58,3 +58,3 @@ | ||
} else if(ext == '.html' || ext == '.htm') { | ||
} else if(ext == '.html' || ext == '.htm' || ext == '.ejs' || ext == '.jade') { | ||
@@ -61,0 +61,0 @@ var modified = false; |
6920