docpad-plugin-cachr
Advanced tools
Comparing version 2.1.0 to 2.1.1
## History | ||
v v2.1.1 August 19, 2012 | ||
- Degraded status messages to debug level | ||
- v2.1.0 August 17, 2012 | ||
@@ -4,0 +7,0 @@ - Updated [request](https://github.com/mikeal/request) dependency from v2.9.x to v2.10.x |
@@ -125,3 +125,3 @@ // Generated by CoffeeScript 1.3.3 | ||
} | ||
docpad.log('info', "Cachr is caching " + urlsToCacheLength + " files...", (failures ? "with " + failures + " failures" : '')); | ||
docpad.log('debug', "Cachr is caching " + urlsToCacheLength + " files..."); | ||
balUtil.ensurePath(cachrPath, function(err) { | ||
@@ -134,3 +134,3 @@ var tasks, | ||
tasks = new balUtil.Group(function(err) { | ||
docpad.log((failures ? 'warn' : 'info'), 'Cachr finished caching', (failures ? "with " + failures + " failures" : '')); | ||
docpad.log((failures ? 'warn' : 'debug'), 'Cachr finished caching', (failures ? "with " + failures + " failures" : '')); | ||
return next(); | ||
@@ -137,0 +137,0 @@ }); |
{ | ||
"name": "docpad-plugin-cachr", | ||
"version": "2.1.0", | ||
"version": "2.1.1", | ||
"description": "Caches remote resources locally", | ||
@@ -5,0 +5,0 @@ "homepage": "https://github.com/bevry/docpad-extras", |
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
9260