I use visual studio 2010 for writing javascript and jquery. Are there any fast and easy ways to autom开发者_Go百科ate script combining? It doesn't have to be tied to Visual studio, any method that is simple and easy to setup will do.
THanks
SquishIt
The Friendly ASP.NET JavaScript and CSS Squisher
Try require.js. The nicest feature is that you can combine your dependency scripts at any point in your project lifecycle without any modifications required to your includes.
Give chirpy a try, lot's of nice visual studio integration. It will minify, uglify and mash them. It also handle css, less and coffeescript. Hopefully sass will be supported sometime soon ;-)
精彩评论