construx-makara-browserify
Lead Maintainer: Matt Edelman
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