GRUNT js: Automate web development tasks and save your time
Save time automating web development tasks like compressing CSS/JS files on fly. Set Grunt and enjoy your free time!
What you’ll learn
-
install and configure Grunt.js, npm, Node.js
-
minify and merge CSS and JS files -> which will improve website loading speed
-
automatically add vendor prefixes, after setting the project you won’t need to think about vendor prefixes anymore
-
find Javascript bugs almost instantly -> no more time consuming debugging of Javascript code
-
dramatically decrease time needed for running many tasks at once
Requirements
-
html, css, javascript
Who this course is for:
- This Grunt.js course is meant for people who are familiar with HTML, CSS and Javascript. No prior knowledge about Grunt.js/Node.js/npm is needed. Everything is described from the beginning.