Skip to content

Instantly share code, notes, and snippets.

@carlituxman
carlituxman / build.js
Created February 20, 2013 17:30
component build superagent
/**
* Require the given path.
*
* @param {String} path
* @return {Object} exports
* @api public
*/
function require(p, parent, orig){
var path = require.resolve(p)