mirror of
https://github.com/NodeBB/NodeBB.git
synced 2026-02-05 22:30:07 +01:00
no longer setting sourcemap header for minifiedjs
This commit is contained in:
@@ -10,7 +10,6 @@ var path = require('path'),
|
||||
|
||||
|
||||
function sendMinifiedJS(req, res, next) {
|
||||
res.set('X-SourceMap', '/nodebb.min.js.map');
|
||||
return res.type('text/javascript').send(meta.js.cache);
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user