I hereby claim:
- I am papucho on github.
- I am papucho (https://keybase.io/papucho) on keybase.
- I have a public key whose fingerprint is DA71 C73C A1EB 1EEF 6CDC 670A 115D 6853 D542 037F
To claim this, I am signing this object:
I hereby claim:
To claim this, I am signing this object:
(by @andrestaltz)
If you prefer to watch video tutorials with live-coding, then check out this series I recorded with the same contents as in this article: Egghead.io - Introduction to Reactive Programming.
/bin/ls /etc |
var gulp = require('gulp'); | |
var sass = require('gulp-ruby-sass'); | |
var prefix = require('gulp-autoprefixer'); | |
var concat = require('gulp-concat'); | |
var uglify = require('gulp-uglify'); | |
var jade = require('gulp-jade'); | |
// FILES PATHS | |
var jsSrcDir = ['js/app.js','js/**/*.js','js/*/*/*.js']; | |
var sassSrcDir = ['css/**/*.sass', 'css/*/*.sass']; |
/* C O C O N U T U I C S S */ | |
* { | |
margin:0; | |
padding:0; | |
} | |
html, body { | |
height: 100%; | |
overflow: hidden; |
<script> | |
var parentStyleSheets = this.parent.document.styleSheets; | |
var cssString = []; | |
for (var i = 0, count = parentStyleSheets.length; i < count; i++) | |
{ | |
var cssRules = parentStyleSheets[i].cssRules; | |
if(cssRules) | |
for (var j = 0, countJ = cssRules.length; j < countJ; j++) | |
cssString.push(cssRules[j].cssText); | |
} |
upstream my_app { | |
server unix:///tmp/my_app.sock; | |
} | |
server { | |
listen *:80; | |
server_name my_app.com; | |
access_log /var/log/nginx/my_app-access.log; |
el { | |
display: ; | |
visibility: ; | |
float: ; | |
clear: ; | |
position: ; | |
top: ; | |
right: ; | |
bottom: ; |
This is gist. | |
There are many like it, but this one is mine. | |
It is my life. | |
I must master it as I must master my life. | |
Without me gist is useless. | |
Without gist, I am useless. |