docpad-plugin-combiner
Advanced tools
Comparing version 2.0.0 to 2.0.1
@@ -36,6 +36,5 @@ // Generated by CoffeeScript 1.6.3 | ||
}).on('add', function(model) { | ||
var _base; | ||
docpad.log('debug', util.format(locale.addingCombine, model.attributes.fullPath)); | ||
model.attributes.render = true; | ||
return (_base = model.attributes).write != null ? (_base = model.attributes).write : _base.write = false; | ||
model.set('render', true); | ||
return model.set('write', false); | ||
})); | ||
@@ -42,0 +41,0 @@ return this; |
{ | ||
"name": "docpad-plugin-combiner", | ||
"version": "2.0.0", | ||
"version": "2.0.1", | ||
"description": "A Docpad plugin that adds the ability to combine parts to create a final master file", | ||
@@ -27,7 +27,7 @@ "homepage": "https://github.com/pflannery/docpad-plugin-combiner", | ||
"node": ">=0.8", | ||
"docpad": ">=6.1 <7" | ||
"docpad": "~6.46.3" | ||
}, | ||
"devDependencies": { | ||
"coffee-script": "~1.6.2", | ||
"docpad": ">=6.37 <7" | ||
"docpad": "~6.46.3" | ||
}, | ||
@@ -34,0 +34,0 @@ "main": "./out/combiner.plugin.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
6411
65