You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Nov 24, 2021. It is now read-only.
Today we only minify js files, using Google Closure compiler. We need to do that for css as well. Server-side code today uses yuicompressor for css in runtime. We need to move this to a build and use cssmin or csso. Creator of Csso claims it to be far more advanced.