https://github.com/mishoo/UglifyJS
Revision 70d56c951a7dc0d453261c8cdcf21500728f98d7 authored by Tim Malone on 11 October 2017, 11:48:43 UTC, committed by Alex Lam S.L on 11 October 2017, 11:48:43 UTC
Moves this README note to underneath the 'url' rather than 'root' option.
1 parent b810e2f
Raw File
Tip revision: 70d56c951a7dc0d453261c8cdcf21500728f98d7 authored by Tim Malone on 11 October 2017, 11:48:43 UTC
Update README.md - sourceMappingURL directive note (#2355)
Tip revision: 70d56c9
.travis.yml
language: node_js
node_js:
    - "0.10"
    - "0.12"
    - "4"
    - "6"
    - "8"
env:
    - UGLIFYJS_TEST_ALL=1
matrix:
  fast_finish: true
sudo: false
cache:
  directories: tmp
back to top