Skip to content

Instantly share code, notes, and snippets.

View thetoine's full-sized avatar
🏠
Working from home

Antoine Girard thetoine

🏠
Working from home
View GitHub Profile
@thetoine
thetoine / gulpfile.js
Created January 28, 2016 03:25 — forked from mlouro/gulpfile.js
gulpfile.js with browserify, jshint, libsass, browserSync for livereload, image optimization and system notifications on errors
'use strict';
var gulp = require('gulp');
var gutil = require('gulp-util');
var del = require('del');
var uglify = require('gulp-uglify');
var gulpif = require('gulp-if');
var exec = require('child_process').exec;
var notify = require('gulp-notify');
@thetoine
thetoine / 0_reuse_code.js
Created June 13, 2014 18:37
Here are some things you can do with Gists in GistBox.
// Use Gists to store code you would like to remember later on
console.log(window); // log the "window" object to the console
=== Epic Snow Leopard Upgrayyyyd Guide ===
Son, you’re now living in the land of 64-bit systems.
That means that some of your 32-bit shit is now broken.
Not all is lost.
== Fixing MySQL weirdness