0.0.1 • Published 9 years ago

construx-makara-browserify v0.0.1

Weekly downloads
2
License
-
Repository
github
Last release
9 years ago

construx-makara-browserify

Lead Maintainer: Matt Edelman

Build Status NPM version

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

Requirements

This plugin requires your project to have <whatever module>@<whatever semver>.

Usage

Install

$ npm install --save-dev construx-makara-browserify

Configure

Where you configure your construx plugins:

"browserify-languagepack": {
    "module": construx-makara-browserify",
    "files": "**/_languagepack.js",
    "i18n": "config:i18n",
    "ext": "js"
},

Note: See construx README for general usage of construx