https://github.com/krakenjs/construx-makara-browserify
construx plugin to write out languagepack bundles on the fly
https://github.com/krakenjs/construx-makara-browserify
Last synced: 2 months ago
JSON representation
construx plugin to write out languagepack bundles on the fly
- Host: GitHub
- URL: https://github.com/krakenjs/construx-makara-browserify
- Owner: krakenjs
- License: other
- Archived: true
- Created: 2015-07-13T21:03:53.000Z (over 10 years ago)
- Default Branch: master
- Last Pushed: 2017-07-14T23:34:04.000Z (over 8 years ago)
- Last Synced: 2025-01-07T20:29:58.246Z (11 months ago)
- Language: JavaScript
- Size: 7.81 KB
- Stars: 0
- Watchers: 13
- Forks: 2
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE.txt
- Security: SECURITY.md
Awesome Lists containing this project
README
# construx-makara-browserify
[](https://travis-ci.org/krakenjs/construx-makara-browserify)
[](http://badge.fury.io/js/construx-makara-browserify)
[construx](https://github.com/krakenjs/construx) plugin for JIT-compiling makara-browserify resources during development of [express](http://expressjs.com/) applications.
## Requirements
This plugin requires your project to have `@`.
## Usage
### Install
```shell
$ npm install --save-dev construx-makara-browserify
```
### Configure
Where you configure your construx plugins:
```json
"browserify-languagepack": {
"module": construx-makara-browserify",
"files": "**/_languagepack.js",
"i18n": "config:i18n",
"ext": "js"
},
```
_Note: See [construx README](https://github.com/krakenjs/construx/blob/master/README.md) for general usage of construx_