Created
September 10, 2012 09:09
-
-
Save asciidisco/3689802 to your computer and use it in GitHub Desktop.
Grunt absract
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Nowadays frontend developers have to deal with topics & tools that they´ve never encountered before: unit testing, code linting, minification, code modularization, etc. ... | |
Those who done it know, setting everything up and maintaining it is a pain that costs | |
hours of working time. | |
But that´s not true anymore; thanks to Grunt, we now have a frontend specific build tool that eliminates most of hard work. | |
During this talk we will learn how to setup grunt, learn to use it in a real world project and discover it´s ecosystem with plenty of written plugins. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment