https://github.com/rmariuzzo/grunt-talk
Introductory talk about Grunt (in spanish) — Automatizando el desarrollo front-end con Grunt.
https://github.com/rmariuzzo/grunt-talk
Last synced: 6 months ago
JSON representation
Introductory talk about Grunt (in spanish) — Automatizando el desarrollo front-end con Grunt.
- Host: GitHub
- URL: https://github.com/rmariuzzo/grunt-talk
- Owner: rmariuzzo
- License: mit
- Created: 2014-06-19T03:49:47.000Z (about 12 years ago)
- Default Branch: master
- Last Pushed: 2014-11-05T13:10:02.000Z (over 11 years ago)
- Last Synced: 2025-02-13T15:38:39.906Z (over 1 year ago)
- Size: 453 KB
- Stars: 1
- Watchers: 3
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Automatizando el Desarrollo Front-End utilizando Grunt.
> 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
## Source Code ##
The source code was timely organized trough branches:
1. [Installing Grunt](https://github.com/rmariuzzo/grunt-talk/tree/01-installing-grunt).
2. [Creating a task](https://github.com/rmariuzzo/grunt-talk/tree/02-creating-task).
3. [Automating CSS](https://github.com/rmariuzzo/grunt-talk/tree/03-automating-css).
4. [Automating CSS — Minify](https://github.com/rmariuzzo/grunt-talk/tree/04-automating-css-min).
5. [Automating CSS — Watch](https://github.com/rmariuzzo/grunt-talk/tree/05-automating-css-watch).
6. [Automating CSS — Banner](https://github.com/rmariuzzo/grunt-talk/tree/05-automating-css-watch).
7. [Automating CSS — Banner improved](https://github.com/rmariuzzo/grunt-talk/tree/07-automating-css-banner-improved).
8. [Automating CSS — Task](https://github.com/rmariuzzo/grunt-talk/tree/08-automating-css-task).
9. [Automating CSS — Web Server](https://github.com/rmariuzzo/grunt-talk/tree/09-automating-css-webserver).
10. [Automating CSS — Live Reload](https://github.com/rmariuzzo/grunt-talk/tree/10-automating-css-livereload).
11. [Automating CSS — Task improved](https://github.com/rmariuzzo/grunt-talk/tree/11-automating-css-task).
12. [Automating JS](https://github.com/rmariuzzo/grunt-talk/tree/12-automating-js).
13. [Automating JS — JShint](https://github.com/rmariuzzo/grunt-talk/tree/13-automating-js-jshint).
14. [Automating JS — Watch](https://github.com/rmariuzzo/grunt-talk/tree/14-automating-js-watch).
15. [Automating JS — Concatenation](https://github.com/rmariuzzo/grunt-talk/tree/15-automating-js-concat).
16. [Automating JS — Unit test](https://github.com/rmariuzzo/grunt-talk/tree/16-automating-js-test).
17. [Automating JS — Uglify](https://github.com/rmariuzzo/grunt-talk/tree/17-automating-js-uglify).
18. [Automating JS — Task](https://github.com/rmariuzzo/grunt-talk/tree/18-automating-js-task).
19. [Automating HTML — All together!](https://github.com/rmariuzzo/grunt-talk/tree/19-automating-html).