# Thursday, November 20, 2008

Minify your Javascript using JSMin to minimise client downloads

This isn't a new thing, but I just came across a C# console app class, ported from JSMin to help with 'minifying' (or uglifying) your Javascript.  You can find it here.

Just create a new C# console app, pass in the 'input file' and 'output file' and away you go...

posted on Thursday, November 20, 2008 11:16:10 AM (AUS Eastern Daylight Time, UTC+11:00)  #    Comments [0]
Related posts:
LINQ Group by MAX Date Query
Simple WPF Page Navigation From an MVVM ViewModel
Generate SQL Server Inserts from existing data - with Identity Inserts
Use SQL Server Trusted Connections with ASP.NET on Windows 2003 without impersonation
LINQ to SQL Connection Strings with Class Library and Web.Config
Web Visitors vs Users, Impatient vs Bored and how they affect Website Change Management