fixed mapping in web inspector

This commit is contained in:
Julian Lam
2014-07-23 14:27:01 -04:00
parent 7cdcb83a98
commit ce8bec5edb
2 changed files with 2 additions and 2 deletions

View File

@@ -24,7 +24,7 @@ Minifier.js.minify = function (scripts, minify, callback) {
options.outSourceMap = 'nodebb.min.js.map';
options.mangle = false;
options.compress = false;
// options.prefix = __dirname.split(path.sep).length;
options.prefix = 1;
}
try {