grunt-contrib-jst : Precompile Underscore templates to JST file. You can installing grunt-contrib-jst 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-jst $ sudo npm install -g grunt-contrib-jst
If want to update the grunt-contrib-jst package execute the command as below,
$ sudo npm update grunt-contrib-jst
Update package globally,
$ npm install -g grunt-contrib-jst
$ sudo git clone https://github.com/rektide/grunt-contrib-jst.git
$ sudo npm install -g ./grunt-contrib-jst
grunt-contrib-jst@1.0.0 /usr/lib/node_modules/grunt-contrib-jst
You can uninstall or remove this package from your node_modules run the command as below,
$ sudo npm uninstall grunt-contrib-jst
Package Name | grunt-contrib-jst |
Version | 1.0.0 |
Description | Precompile Underscore templates to JST file |
Released Date | 2016-03-04T22:18:52.549Z |
Published by | vladikoff |
How to Learn | https://www.npmjs.com/package/grunt-contrib-jst/tutorial |