Are there any .Net components for obfuscating JavaScript? I\'m generating JavaScript dynamically & emitting via ClientScript.RegisterClientScriptBlock. I\'d like to make
You can call out to Google's Closure Compiler from .NET, here's an example:
Or there's a .NET port of the YUI Compressor: