2.0.8 • Published 10 years ago

docpad-plugin-combiner v2.0.8

Weekly downloads
32
License
-
Repository
github
Last release
10 years ago

Combiner Plugin for DocPad

Build Status NPM version

Convention:

Join file parts together of any type. Can be any file type. Can be mixed with layouts too

Example:

  • test.js

      --- cson
      combine: true
      outPath: scripts/myScript.js
      ---
      function foo(){}
  • anothTest.js.coffee

      --- cson
      combine: true
      outPath: scripts/myScript.js
      ---
      ### coffeescript ###
      bar ->
  • out: scripts/myScript.js:

      function foo(){}
      
      /* coffeescript
      */
      
      bar(function() {});

Install

npm install --save docpad-plugin-combiner

Configure

Currenlty no options are available for this plugin

License

Licensed under the incredibly permissive MIT License Copyright © 2013+ Stringz Solutions Ltd Copyright © 2013+ Peter Flannery

2.0.8

10 years ago

2.0.7

10 years ago

2.0.6

10 years ago

2.0.5

10 years ago

2.0.4

10 years ago

2.0.3

11 years ago

2.0.2

11 years ago

2.0.1

11 years ago

2.0.0

11 years ago