Skip to content

Instantly share code, notes, and snippets.

View heymichaelp's full-sized avatar

Michael Phillips heymichaelp

View GitHub Profile
// want to uses this module like:
// `var $ = require('jquery');`
//
// so it incudes all plugins
var jquery = require('actual-jquery');
inject('plugin.jquery');
module.exports = jquery;
@heymichaelp
heymichaelp / 0_reuse_code.js
Created February 25, 2014 18:52
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