This file contains hidden or 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
| Tecnologias | |
| http://coffeescript.org/ | |
| http://sass-lang.com/ | http://lesscss.org/ | |
| http://compass-style.org/ | http://sass.fffunction.co/ | |
| http://bower.io/ | |
| http://gruntjs.com/ | |
| http://yeoman.io/ | |
| http://capistranorb.com/ | |
| http://gitscm.org/ | |
| http://twitter.github.io/bootstrap/ | http://foundation.zurb.com/ |
This file contains hidden or 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
| /* ----------------------------------------------------------------------- */ | |
| /* */ | |
| /* Improved upon a mixin from 37signals and combined */ | |
| /* with these numbers from marc. */ | |
| /* */ | |
| /* 37signals-version: */ | |
| /* http://37signals.com/svn/posts/3271-easy-retina-ready-images-using-scss */ | |
| /* */ | |
| /* @kimroen */ | |
| /* */ |
This file contains hidden or 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
| (function() { | |
| var script, | |
| scripts = document.getElementsByTagName('script')[0]; | |
| function load(url) { | |
| script = document.createElement('script'); | |
| script.async = true; | |
| script.src = url; | |
| scripts.parentNode.insertBefore(script, scripts); |
This file contains hidden or 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
| Fontes de conhecimento :) | |
| http://stevesouders.com/ | |
| http://browserdiet.com/ | |
| http://css-tricks.com/thinking-async/ | |
| http://www.slideshare.net/stoyan/dont-make-me-wait-or-building-highperformance-web-applications | |
| https://developers.google.com/speed/standards/ | |
| https://developers.google.com/speed/docs/best-practices/rules_intro | |
| https://developers.google.com/speed/docs/best-practices/request | |
| https://developers.google.com/speed/docs/best-practices/rendering | |
| https://speakerdeck.com/chriscoyier/lets-do-a-bunch-of-simple-stuff-to-make-websites-faster |
NewerOlder