diff options
author | Mihai Bazon <mihai@bazon.net> | 2012-10-17 21:59:36 +0300 |
---|---|---|
committer | Mihai Bazon <mihai@bazon.net> | 2012-10-17 21:59:36 +0300 |
commit | 4482fdd63f0a9fcd8e6f92f2af8076cdb3240af6 (patch) | |
tree | f9cb69dfe0ef657d78a62ea124f3f1911933e376 | |
parent | 253bd8559bdc3b681fb665704718bc024f5d316e (diff) | |
download | tracifyjs-4482fdd63f0a9fcd8e6f92f2af8076cdb3240af6.tar.gz tracifyjs-4482fdd63f0a9fcd8e6f92f2af8076cdb3240af6.zip |
added note about API docs and online demo
-rw-r--r-- | README.md | 7 |
1 files changed, 5 insertions, 2 deletions
@@ -3,8 +3,11 @@ UglifyJS 2 UglifyJS is a JavaScript parser, minifier, compressor or beautifier toolkit. -For now this page documents the command line utility. More advanced -API documentation will be made available later. +This page documents the command line utility. For +[API and internals documentation see my website](http://lisperator.net/uglifyjs/). +There's also an +[in-browser online demo](http://lisperator.net/uglifyjs/#demo) (for Firefox, +Chrome and probably Safari). Install ------- |