Search code examples
javascriptdojoshrink

Problems with Dojo ShrinkSafe


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?


Solution

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