grunt-angular-templates
Advanced tools
Comparing version 0.5.8 to 0.5.9
{ | ||
"name": "grunt-angular-templates", | ||
"description": "Grunt build task to concatenate & register your AngularJS templates in the $templateCache", | ||
"version": "0.5.8", | ||
"version": "0.5.9", | ||
"homepage": "https://github.com/ericclemmons/grunt-angular-templates", | ||
@@ -6,0 +6,0 @@ "author": { |
@@ -113,2 +113,3 @@ # grunt-angular-templates | ||
``` | ||
If you are using SVG, please make sure you set ```keepClosingSlash:true``` | ||
@@ -363,2 +364,3 @@ ### module | ||
- v0.5.9 - Fixes over-matching on `cwd` when `expand:true` | ||
- v0.5.8 - Fixes `cwd` being part of the $templateCache string when `expand:true` ([#134](https://github.com/ericclemmons/grunt-angular-templates/pull/134)), Added verbose logging for minify ([#136](https://github.com/ericclemmons/grunt-angular-templates/pull/136)) | ||
@@ -365,0 +367,0 @@ - v0.5.7 – Improve error messages ([#100](https://github.com/ericclemmons/grunt-angular-templates/pull/100)) |
@@ -48,3 +48,4 @@ /* | ||
if(cwd && expanded){ | ||
url = url.replace(cwd, '').replace(/^\//,''); | ||
var cwdRegExp = new RegExp('^' + cwd + '\/?'); | ||
url = url.replace(cwdRegExp, ''); | ||
} | ||
@@ -51,0 +52,0 @@ |
New author
Supply chain riskA new npm collaborator published a version of the package for the first time. New collaborators are usually benign additions to a project, but do indicate a change to the security surface area of a package.
Found 1 instance in 1 package
54901
1094
421
0