문제

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?

도움이 되었습니까?

해결책

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

라이센스 : CC-BY-SA ~와 함께 속성
제휴하지 않습니다 StackOverflow
scroll top