🚀 Socket Launch Week Day 5:Introducing Repository Access Permissions and Custom Roles.Learn more
Sign In

ncmp-requirejs-plugin

Package Overview
Dependencies
Maintainers
1
Versions
2
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install
Package was removed
Sorry, it seems this package was removed from the registry

ncmp-requirejs-plugin

NCMP plugin for RequireJS

unpublished
Source
npmnpm
Version
0.1.0
Version published
Weekly downloads
0
Maintainers
1
Weekly downloads
 
Created
Source

ncmp-requirejs-plugin

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

Keywords

ncmp

FAQs

Package last updated on 24 Apr 2016

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts