
How to Minify Javascript Code With RequireJS
Require Js is a very cool tool, used to asynchronously load javascript files and modules, ensuring all code is modular. It also comes with a nifty Optimizer tool, that combines related scripts together and minifies them using UglifyJs. When your code is ready for deployment RequireJs’ Optimizer Tool will minify your javascript code/application ensuring speedy […]