Too many jquery plugins?

后端 未结 9 1993
借酒劲吻你
借酒劲吻你 2020-12-31 11:59

I\'m developing a website, but I realized that, in addition to the link to my main javascript file, and the link to the jquery file, it\'s beginning to look like I\'m going

9条回答
  •  -上瘾入骨i
    2020-12-31 12:48

    Not sure what technologies you're using but I use http://github.com/jetheredge/bundler (ASP.Net/MVC) by Justin Etheredge.

    very simple framework that I could leverage to combine my css and javascript without a lot of fuss

    The JavaScript minifying and combining is handled by JSMin. Css compressing done with stock YUI compressor.

    If you're using php am sure there will be some alternative :) As mentioned above using a cdn and reducing http requests can benefit your website.

提交回复
热议问题