Optimize minified JavaScript files even further

This script will remove all console statements from js file and replace them with 0 (zero number).This script was tested on three.js.min and its working…This is my effort to minimize final output… Read more

Similar

Javascript – Less Code, Validate JSON

JSON Schema is a powerful tool for validating the structure of JSON data. However, learning to use it by reading its specification is like learning to drive a car by looking at its blueprints. You don’t need to know how an internal combustion engine fit... (more…)

Read more »