0.1.1 • Published 7 years ago

ncmp-requirejs-plugin v0.1.1

Weekly downloads
2
License
MIT
Repository
github
Last release
7 years ago

ncmp-requirejs-plugin

Deprecated - Not actively maintained!!

NPM David bitHound Overall Score Join the chat at https://gitter.im/ncmp/ncmp

NCMP plugin for the RequireJS module loader. It modifies the requirejs configuration file and adds new installed packages.

Installation

npm install ncmp-requirejs-plugin

Usage

You have to extend the ncmp.json configuration file as described below:

{
    "plugins": ["requirejs"],
    "moduleloaders": {
        "requirejs": "config.js"
    }
}

Add the word "requirejs" to the correct position in the "plugins" array. You have to set the path from the requirejs configuration file relative to your root directory.

See main documentation for additional information.

License

MIT

0.1.1

7 years ago

0.1.0

8 years ago