Grunt is a JavaScript based task runner used to perform plenty of operations like concatenation, minification, copy, clear, check for quality using JS Hint, uglify, minify css, image compression and etc.
Grunt place a vital role in client side frameworks like AngularJS, ReactJS, Vue.JS and etc.
Grunt place a vital role in client side frameworks like AngularJS, ReactJS, Vue.JS and etc.
See the following are popular Grant tasks
- grunt-contrib-concat : It is used to concat multiple files and generate single file
- grunt-contrib-uglify : It is used to minify javscript files, removes white spaces, removes commented code and rename variables
- grunt-contrib-cssmin : It is used to compress CSS files
- grunt-contrib-imagemin : It is used to compress images
- grunt-remove-logging-calls : it is used to remove console.log statements
- grunt-ng-annotate : It is used to add angularJS dependency injection annotations
- grunt-ng-annotate-analyze: It is used to identify missing angularJs dependency injection annotations
You can download complete steps from the link : Download
Happy Coding :)
No comments:
Post a Comment