erkyrath / quixe

A Glulx VM interpreter written in Javascript
http://eblong.com/zarf/glulx/
MIT License
169 stars 33 forks source link

Compress Quixe with Gulp and Uglify #27

Open curiousdannii opened 7 years ago

curiousdannii commented 7 years ago

Compressing with Uglify results in files up to a third smaller. The command to run is "npm run build".

Notes:

If sourcemaps is something you'd find useful I could work on them too.