Comparing version 0.2.2 to 0.2.3
@@ -0,0 +0,0 @@ "use strict"; |
@@ -16,2 +16,9 @@ "use strict"; | ||
var getManifestPath = function (directory, serializer) { | ||
// If the manifest path is declared explicitly, | ||
// use it and ignore the rest of the rules. | ||
if (_options.manifestPath) { | ||
return _options.manifestPath; | ||
} | ||
return path.join(directory, "manifest" + serializer.extension); | ||
@@ -18,0 +25,0 @@ }; |
@@ -0,0 +0,0 @@ "use strict"; |
@@ -0,0 +0,0 @@ "use strict"; |
@@ -15,2 +15,4 @@ usage: hashly [option option=parameter ...] <source> [destination] | ||
Default is "json" | ||
--manifest-path Specifies a path for the manifest file. If not specified, the manifest is named "manifest.{ext}" | ||
and is placed in the destination directory root. | ||
-a, --amend Instructs hashly to amend an existing manifest, where it would normally delete and recreate it | ||
@@ -17,0 +19,0 @@ from scratch. This is useful for incrementally adding to a large filesystem |
{ | ||
"name": "hashly", | ||
"version": "0.2.2", | ||
"version": "0.2.3", | ||
"description": "Renames static files with a hashcode for cache busting", | ||
@@ -5,0 +5,0 @@ "directories": { |
@@ -45,2 +45,4 @@ hashly [![Build Status](https://secure.travis-ci.org/labaneilers/hashly.png?branch=master)](http://travis-ci.org/labaneilers/hashly) | ||
Default is "json" | ||
--manifest-path Specifies a path for the manifest file. If not specified, the manifest is named "manifest.{ext}" | ||
and is placed in the destination directory root. | ||
-a, --amend Instructs hashly to amend an existing manifest, where it would normally delete and recreate it | ||
@@ -47,0 +49,0 @@ from scratch. This is useful for incrementally adding to a large filesystem |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
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
53077
583
130