Skip to content

Instantly share code, notes, and snippets.

View danielfttorres's full-sized avatar

Daniel Torres danielfttorres

  • Sao Paulo, Brazil
View GitHub Profile
/**
* cbpAnimatedHeader.js v1.0.0
* http://www.codrops.com
*
* Licensed under the MIT license.
* http://www.opensource.org/licenses/mit-license.php
*
* Copyright 2013, Codrops
* http://www.codrops.com
*/
@danielfttorres
danielfttorres / deploy_gh-pages
Created March 28, 2014 00:31
Deploy gh-pages from master branch
git subtree push --prefix site/ origin gh-pages
@danielfttorres
danielfttorres / gruntfile.js
Created December 15, 2013 21:34
Livereload: Express + Grunt
// Generated on <%= (new Date).toISOString().split('T')[0] %> using <%= pkg.name %> <%= pkg.version %>
(function () {
"use strict";
module.exports = function (grunt) {
// Project Configuration
grunt.initConfig({
pkg: grunt.file.readJSON('package.json'),