https://github.com/mishoo/UglifyJS
Revision 85924bb32e1c27f555aad1651f4575b45bcbadb1 authored by Geraint on 27 June 2016, 11:01:21 UTC, committed by Richard van Velzen on 30 June 2016, 20:23:59 UTC
1 parent a97690f
Raw File
Tip revision: 85924bb32e1c27f555aad1651f4575b45bcbadb1 authored by Geraint on 27 June 2016, 11:01:21 UTC
Allow input files to be map (url->filename)
Tip revision: 85924bb
.travis.yml
language: node_js
before_install: "npm install -g npm"
node_js:
    - "0.12"
    - "0.10"
    - "4"
    - "6"
matrix:
  fast_finish: true
sudo: false
back to top