Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/tcelestino/tech-talk-gruntjs
Gruntjs: automatizando tarefas front-end
https://github.com/tcelestino/tech-talk-gruntjs
Last synced: about 9 hours ago
JSON representation
Gruntjs: automatizando tarefas front-end
- Host: GitHub
- URL: https://github.com/tcelestino/tech-talk-gruntjs
- Owner: tcelestino
- Created: 2014-06-12T13:38:35.000Z (over 10 years ago)
- Default Branch: master
- Last Pushed: 2014-06-12T23:35:59.000Z (over 10 years ago)
- Last Synced: 2023-03-14T02:40:21.740Z (almost 2 years ago)
- Language: CSS
- Size: 297 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
#Gruntjs: Automatizando tarefas front-end
Exemplos de como usar o Gruntjs para automatizar tarefas front-end.
## Pacotes Utilizados
* [grunt-contrib-watch](https://github.com/gruntjs/grunt-contrib-watch)
* [grunt-contrib-compass](https://github.com/gruntjs/grunt-contrib-compass)
* [grunt-contrib-concat](https://github.com/gruntjs/grunt-contrib-concat)
* [grunt-contrib-uglify](https://github.com/gruntjs/grunt-contrib-uglify)
* [grunt-contrib-cssmin](https://github.com/gruntjs/grunt-contrib-cssmin)
* [load-grunt-tasks](https://github.com/sindresorhus/load-grunt-tasks)
* [grunt-browser-sync](https://github.com/shakyshane/grunt-browser-sync)##Sites
* [NodeJS](http://nodejs.org)
* [Node Packaged Modules](https://www.npmjs.org/)
* [gruntjs](http://gruntjs.com)
* [gruntjs plugins](http://gruntjs.com/plugins)
* [Jasmine](http://jasmine.github.io/)## Referências
###[esse cara é o grunt](https://speakerdeck.com/fellipe/esse-cara-e-o-grunt)
por [@davidsonfellipe](https://github.com/davidsonfellipe) e [@almirfilho](https://github.com/almirfilho)###[Automação de build de front-end com Grunt.js](http://blog.caelum.com.br/automacao-de-build-de-front-end-com-grunt-js/)
por [@sergiolopes](https://github.com/sergiolopes)###[Get Up And Running With Grunt](http://coding.smashingmagazine.com/2013/10/29/get-up-running-grunt/)
por [@mrcunsolo](https://twitter.com/mrcunsolo)###[Testing JavaScript Using the Jasmine Framework](http://www.htmlgoodies.com/beyond/javascript/testing-javascript-using-the-jasmine-framework.html)
por Rob Gravelle