grunt-contrib-requirejs : Optimize RequireJS projects using r.js. You can installing grunt-contrib-requirejs npm packages, there are two ways to install this module locally and globaly. -g option is specified to global. Execute the below command.
$ sudo npm install grunt-contrib-requirejs $ sudo npm install -g grunt-contrib-requirejs
If want to update the grunt-contrib-requirejs package execute the command as below,
$ sudo npm update grunt-contrib-requirejs
Update package globally,
$ npm install -g grunt-contrib-requirejs
$ sudo git clone https://github.com/rektide/grunt-contrib-requirejs.git
$ sudo npm install -g ./grunt-contrib-requirejs
grunt-contrib-requirejs@1.0.0 /usr/lib/node_modules/grunt-contrib-requirejs
You can uninstall or remove this package from your node_modules run the command as below,
$ sudo npm uninstall grunt-contrib-requirejs
Package Name | grunt-contrib-requirejs |
Version | 1.0.0 |
Description | Optimize RequireJS projects using r.js |
Released Date | 2016-03-04T21:14:13.990Z |
Published by | vladikoff |
How to Learn | https://www.npmjs.com/package/grunt-contrib-requirejs/tutorial |