UFFOptimizer is a slimming JavaScript tool for identifying and removing unused foreign functions (UFF).
UFFOptimizer is developed using Node.js execution environment (>= v6.1.0). The following steps are needed for running the tool:
Node.js can be downloaded from (https://nodejs.org)
git clone https://github.com/hcvazquez/ExperimentExample.git
cd ExperimentExample
npm install -g http-server
Go to the path of the project and run:
http-server
Great! Your server is running in http://localhost:8080/
You should see (The result of index.html):