Skip to content

Instantly share code, notes, and snippets.

@moudy
Created September 5, 2013 12:25
Show Gist options
  • Save moudy/6449430 to your computer and use it in GitHub Desktop.
Save moudy/6449430 to your computer and use it in GitHub Desktop.
// want to uses this module like:
// `var $ = require('jquery');`
//
// so it incudes all plugins
var jquery = require('actual-jquery');
require('plugin.jquery');
module.exports = jquery;
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment