开发者

What does jQuery use to minify their css and javascript?

开发者 https://www.devze.com 2023-01-07 21:39 出处:网络
I know that they use Google Closure for their Js files in 1.4 开发者_运维百科but what about css?jQuery doesn\'t have any CSS:)

I know that they use Google Closure for their Js files in 1.4 开发者_运维百科but what about css?


jQuery doesn't have any CSS:)

jQuery UI doesn't minify their CSS :)

That being said, I use the YUI Compressor to minify CSS in projects as a build step and it's worked very well, CSS minification isn't that complicated, so it's hard to go wrong here.

0

精彩评论

暂无评论...
验证码 换一张
取 消