Skip to content
Anthony Van de Gejuchte edited this page Apr 19, 2016 · 7 revisions

Welcome to the UglifyJSMonitor wiki!

There are a few things that have to be put together.

  • The project setup
  • Tools to automatically fetch uglifyJS, do some tests and store results
  • Tools to display the results on a site

To be honest, I don't know completely yet how this can all be accomplished. And this will probably take some time. The site will probably run on something similar like express. The background tasks could run once a day or less (depending on how long it takes to run the tests). The results should be rendered using a tool (maybe we can use the google graph api or similar).

Rules

A project like UglifyJS is quite big, a consequence of this is that there will be always bugs, typos, lack of features or mistakes. While small mistakes are obvious, bugs and new features can be complex or may involve other complications.

Therefore, it's advised not to use this tool for begging. Beggars will end up making these features themselves which may or may not be helped by others. Some things aren't that simple and take time to understand and correct.

Clone this wiki locally