As a front–end developer you have to do many time–consuming tasks.
Grunt is a task runner automating the web development tasks, it will save you a lot of precious time.
As always time money. Save your time by learning Grunt.
Sample tasks that are going to be executed for you by Grunt:
compressing of CSS and JS files –> making files smaller means that your website will load faster
merging CSS and JS files –> you can maintain many JS/CSS files and at the end use only one. This is decreasing the number of required requests (which also improves the website’s loading speed)
optimizing your images –> reducing their file sizes without affecting quality
automatically adding vendor prefixes –> you won’t need to worry about vendor prefixes anymore. Grunt gives you a perfect solution with no performance hit and nothing new to learn.
finding Javascript bugs almost instantly –> bugs in JS are the hardest to spot. With JShint one of the Grunt plugins you can forget about this problem.
and many more –> there are over 4,000 plugins available
After my course you will know everything I mentioned above!
Set it once and enjoy your saved time! Build your websites faster and avoid repetitive work.
Instructor Details
Courses : 7
Specification: GRUNT js: Automate web development tasks and save your time
|
5 reviews for GRUNT js: Automate web development tasks and save your time
Add a review Cancel reply
This site uses Akismet to reduce spam. Learn how your comment data is processed.
Price | $12.99 |
---|---|
Provider | |
Duration | 1.5 hours |
Year | 2020 |
Level | All |
Language | English |
Certificate | Yes |
Quizzes | Yes |
$94.99 $12.99
Mirko Perrone –
The first course you have to study before start with javascript and nodejs.
Motomu Shiyouji –
I have learned some great information from this course
Greg Goldsberry –
I already had a basic knowledge of Grunt and wanted a more in depth understanding of it. It would have been better had the author included SASS processors instead of simply using it and then handling the CSS file. Either use strict CSS or at least explain what SASS (or LESS) is and add the related plugin. The css plugin being used is now deprecated and it’d be nice to see an update to postcss which replaces it. Similarly, the uglify plugin could not handle ES6 code as is. Having said that, finding the packages myself and modifying the grunt file as needed was good practice. Overall, decent for understanding Grunt but it lacks current conventions. It could improve by adding updated chapters for those who are looking to handle Less or Sass and ES6 code.
Narayan –
Good course
Zohaib Tariq –
Before taking the course I just knew some basics of grunt js. I definitely learned a lot in this course. Learn popular and most used plugin for development environment. Recommended. ?