UNPKG

125 Btext/coffeescriptView Raw
1path = require 'path'
2
3exports.require = (file) ->
4 require(path.join(__dirname, '..', process.env.SRC_DIR || 'lib', file))