construx-dustjs

1.1.0 • Public • Published

construx-dustjs

Lead Maintainer: Matt Edelman

Build Status NPM version

construx plugin for JIT-compiling dustjs resources during development of express applications.

Usage

Install

$ npm install --save-dev construx-dustjs

Configure

Where you configure your construx plugins:

{
  "template": {
    "module": "construx-dustjs",
    "files": "/templates/**/*.js",
    "base": "templates",
    "config": {
        "prepend": "",
        "append": "",
        "amd": true
    }
  }
}

config is optional but would be set to the dust module's "config" object, if desired.

Note: See construx README for general usage of construx

Package Sidebar

Install

npm i construx-dustjs

Weekly Downloads

150

Version

1.1.0

License

Apache 2.0

Last publish

Collaborators

  • grawk