Question

I'm trying to minify a JavaScript file using the online Dojo Shrinksafe service, but it's giving me an empty file.

What's going on?

Was it helpful?

Solution

ShrinkSafe is deprecated. Use the online Closure Compiler or UglifyJS instead if you need to minify code online.

Licensed under: CC-BY-SA with attribution
Not affiliated with StackOverflow
scroll top