Automating front-end development using Grunt
This talk was presented on Sept 16th, 2014: https://speakerdeck.com/rmariuzzo/automatizando-el-desarrollo-front-end-utilizando-grunt
The source code was timely organized trough branches:
- Installing Grunt.
- Creating a task.
- Automating CSS.
- Automating CSS — Minify.
- Automating CSS — Watch.
- Automating CSS — Banner.
- Automating CSS — Banner improved.
- Automating CSS — Task.
- Automating CSS — Web Server.
- Automating CSS — Live Reload.
- Automating CSS — Task improved.
- Automating JS.
- Automating JS — JShint.
- Automating JS — Watch.
- Automating JS — Concatenation.
- Automating JS — Unit test.
- Automating JS — Uglify.
- Automating JS — Task.
- Automating HTML — All together!.