Initial take on the commands + renderers + cli.

This commit is contained in:
André Cruz
2013-05-23 19:55:59 +01:00
parent 9f6bf62efc
commit cfb3d14028
21 changed files with 442 additions and 68 deletions

View File

@@ -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