A simple url minifier.
The code has only been tested on Linux !
- Install fsharp
On a Debian base system the simple steps are:
sudo apt install mono-complete fsharp - If you do not use the latest mono, update the certificates:
mozroots --import --sync - Install GNU make
sudo apt install make - Install npm
sudo apt install npm - Build the code
make && make test - If all goes well
make run - Enjoy :)
On mono the -d argument must be used for putting the process in the backgroud:
nohup mono url-minifier.exe -d &
- License: MIT (see included LICENSE file for full license)
- Original Author: Loïc Fontaine