fabricator-assemble
Advanced tools
Comparing version 1.1.3 to 1.1.4
@@ -472,3 +472,3 @@ // modules | ||
var dirname = path.normalize(path.dirname(file)).split(path.sep).pop(), | ||
collection = (dirname !== 'views') ? dirname : ''; | ||
collection = (dirname !== options.keys.views) ? dirname : ''; | ||
@@ -602,3 +602,3 @@ var fileMatter = getMatter(file), | ||
var dirname = path.normalize(path.dirname(file)).split(path.sep).pop(), | ||
collection = (dirname !== 'views') ? dirname : '', | ||
collection = (dirname !== options.keys.views) ? dirname : '', | ||
filePath = path.normalize(path.join(options.dest, collection, path.basename(file))); | ||
@@ -605,0 +605,0 @@ |
{ | ||
"name": "fabricator-assemble", | ||
"version": "1.1.3", | ||
"version": "1.1.4", | ||
"description": "The assembly engine behind Fabricator", | ||
@@ -5,0 +5,0 @@ "main": "index.js", |
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
32835