Skip to content

isabella232/construx-dustjs

 
 

Repository files navigation

construx-dustjs

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

About

A JIT dust compiler plugin for construx

Resources

License

Code of conduct

Security policy

Stars

Watchers

Forks

Packages

No packages published

Languages

  • JavaScript 100.0%