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.

19 lines (17 loc) 477 B
'use strict'; module.exports = function (config) { config.set({ basePath: '', frameworks: [ 'jasmine', 'requirejs' ], files: [ 'spec/main-dev.js', {pattern: '**/*.js', included: false} ], exclude: [], preprocessors: { 'src/**/*.js': ['coverage'] }, reporters: ['progress'], port: 9876, colors: true, logLevel: config.LOG_INFO, autoWatch: false, browsers: ['Chrome'], singleRun: true }); };