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.

7 lines (6 loc) 151 B
'use strict'; module.exports = function(app) { // Root routing var core = require('../../app/controllers/core'); app.route('/').get(core.index); };