mirror of
https://github.com/bower/bower.git
synced 2026-02-12 06:55:04 -05:00
Initial take on the commands + renderers + cli.
This commit is contained in:
@@ -217,7 +217,7 @@ UrlResolver.prototype._savePkgMeta = function (meta) {
|
||||
|
||||
// Store ETAG under _release
|
||||
if (meta._cacheHeaders.ETag) {
|
||||
meta._release = 'e-tag: ' + mout.string.trim(meta._cacheHeaders.ETag, '"');
|
||||
meta._release = 'e-tag:' + mout.string.trim(meta._cacheHeaders.ETag.substr(0, 10), '"');
|
||||
}
|
||||
|
||||
// Store main if is a single file
|
||||
|
||||
Reference in New Issue
Block a user