UNPKG

node-uglifier-es

Version:

Fully auto merging and uglifying a whole NodeJs project into one file with external files option. Recompiled from Zsolt Istvan Szabo's work with uglify-es instead of uglify-js-harmony.

10 lines (9 loc) 139 B
'use strict'; /** * Module dependencies. */ exports.index = function(req, res) { res.render('index', { user: req.user || null }); };