Skip to content

Instantly share code, notes, and snippets.

@asciidisco
Created September 10, 2012 09:09
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save asciidisco/3689802 to your computer and use it in GitHub Desktop.
Save asciidisco/3689802 to your computer and use it in GitHub Desktop.
Grunt absract
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