dustjscompile

0.0.1 • Public • Published

DustjsCompile

Installation

$ npm install dustjscompile

//to be able to use the 'dustjscompile' command anywhere, install globally with:

$ npm install -g dustjscompile

Features

Usage

dustjscopmile uncompiledDirectory compiledDirectory [concatFile]

If you have the following file structure

DustjsCompile.js
/public
  /templates
  /compiledTemplates

Your usage would be:

dustjscompile /public/templates/ /public/compiledTemplates/

If you want to have all of the compiled templates concatenated into a single file , pass a 3 parameter:

dustjscompile /public/templates/ /public/compiledTempates/ /public/bundle.js

This will create 'bundle.js'

Readme

Keywords

none

Package Sidebar

Install

npm i dustjscompile

Weekly Downloads

3

Version

0.0.1

License

none

Last publish

Collaborators

  • mkehlmann