grunt-angular-templates : Grunt build task to concatenate & register your AngularJS templates in the $templateCache. You can installing grunt-angular-templates 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-angular-templates $ sudo npm install -g grunt-angular-templates
If want to update the grunt-angular-templates package execute the command as below,
$ sudo npm update grunt-angular-templates
Update package globally,
$ npm install -g grunt-angular-templates
$ sudo git clone https://github.com/rektide/grunt-angular-templates.git
$ sudo npm install -g ./grunt-angular-templates
grunt-angular-templates@1.1.0 /usr/lib/node_modules/grunt-angular-templates
You can uninstall or remove this package from your node_modules run the command as below,
$ sudo npm uninstall grunt-angular-templates
Package Name | grunt-angular-templates |
Version | 1.1.0 |
Description | Grunt build task to concatenate & register your AngularJS templates in the $templateCache |
Released Date | 2016-08-09T15:39:26.978Z |
Published by | underscorebrody |
How to Learn | https://www.npmjs.com/package/grunt-angular-templates/tutorial |