docpad-plugin-combiner
Advanced tools
Comparing version 2.0.3 to 2.0.4
@@ -49,2 +49,14 @@ // Generated by CoffeeScript 1.6.3 | ||
combineOutCollection = this.docpad.collections.combineOut; | ||
if (!combineOutCollection) { | ||
if (typeof next === "function") { | ||
next(); | ||
} | ||
return; | ||
} | ||
if (combineOutCollection.length === 0) { | ||
if (typeof next === "function") { | ||
next(); | ||
} | ||
return; | ||
} | ||
combineOutContent = {}; | ||
@@ -51,0 +63,0 @@ _ref = combineOutCollection.models; |
{ | ||
"name": "docpad-plugin-combiner", | ||
"version": "2.0.3", | ||
"version": "2.0.4", | ||
"description": "A Docpad plugin that adds the ability to combine parts to create a final master file", | ||
@@ -5,0 +5,0 @@ "homepage": "https://github.com/pflannery/docpad-plugin-combiner", |
@@ -5,2 +5,5 @@ # Combiner Plugin for [DocPad](http://docpad.org) | ||
[![NPM version](https://badge.fury.io/js/docpad-plugin-combiner.png)](https://npmjs.org/package/docpad-plugin-combiner "View this project on NPM") | ||
[![Dependency Status](https://gemnasium.com/pflannery/docpad-plugin-combiner.png)](https://gemnasium.com/pflannery/docpad-plugin-combiner) | ||
[![Gittip donate button](http://img.shields.io/gittip/pflannery.png)](https://www.gittip.com/pflannery/ "Donate weekly to this project using Gittip") | ||
[![Bitdeli Badge](https://d2weczhvl823v0.cloudfront.net/pflannery/docpad-plugin-combiner/trend.png)](https://bitdeli.com/free "Bitdeli Badge") | ||
@@ -17,3 +20,3 @@ Convention: | ||
--- cson | ||
--- | ||
combine: true | ||
@@ -26,3 +29,3 @@ outPath: scripts/myScript.js | ||
--- cson | ||
--- | ||
combine: true | ||
@@ -29,0 +32,0 @@ outPath: scripts/myScript.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
7734
91
57