grunt-contrib-compass : Compile Sass to CSS using Compass. You can installing grunt-contrib-compass 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-compass $ sudo npm install -g grunt-contrib-compass
If want to update the grunt-contrib-compass package execute the command as below,
$ sudo npm update grunt-contrib-compass
Update package globally,
$ npm install -g grunt-contrib-compass
$ sudo git clone https://github.com/rektide/grunt-contrib-compass.git
$ sudo npm install -g ./grunt-contrib-compass
grunt-contrib-compass@1.1.1 /usr/lib/node_modules/grunt-contrib-compass
You can uninstall or remove this package from your node_modules run the command as below,
$ sudo npm uninstall grunt-contrib-compass
Package Name | grunt-contrib-compass |
Version | 1.1.1 |
Description | Compile Sass to CSS using Compass |
Released Date | 2016-03-04T21:25:26.182Z |
Published by | vladikoff |
How to Learn | https://www.npmjs.com/package/grunt-contrib-compass/tutorial |