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.

14 lines (13 loc) 203 B
language: node_js node_js: - "0.10" before_install: - npm install -g grunt-cli install: - npm install - bower install script: - grunt dist - grunt test:dist - grunt test:dev - grunt coverage:dev