0

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?

Community
  • 1
  • 1
Sean Bone
  • 3,368
  • 7
  • 31
  • 47

1 Answers1

-1

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

C Snover
  • 17,908
  • 5
  • 29
  • 39