UNPKG

226 BJavaScriptView Raw
1// Generated by CoffeeScript 2.0.0-beta6
2void function () {
3 var path;
4 path = require('path');
5 module.exports = function (root, file) {
6 return ('/' + path.relative(root, file)).replace(/\\/g, '/');
7 };
8}.call(this);