How to minify jquery files?

前端 未结 7 739
暖寄归人
暖寄归人 2020-12-11 18:06

I am using jquery and I got a couple plugins that don\'t offer a minified version. So I want to take the full version and minfiy it but all the sites I have found that you i

相关标签:
7条回答
  • 2020-12-11 18:31

    It could be because one or more files don't have a trailing semi-colon, which is usually fine but I think causes problem on minification. Alternatively you may have issues with regex literals. What minifier are you using?

    0 讨论(0)
提交回复
热议问题