0

I have an application on which I used different js libraries and few css files. I want to use a jQuery plugin or a js script in order to combine minify and compress CSS/JavaScript. If someone has a suggestion how to do that please let me know.

Thank you.

BurebistaRuler
  • 6,209
  • 11
  • 48
  • 66
  • This has been [asked](http://stackoverflow.com/questions/7216007/how-do-i-minify-css-and-javascript) [many](http://stackoverflow.com/questions/883184/ways-to-compress-minify-javascript-files), [many](http://stackoverflow.com/questions/4233420/is-it-possible-to-minify-javascript-css-and-combine-them-in-deploy-time) times. – jrummell Mar 16 '12 at 14:23

5 Answers5

2

I don't think that there is a real plugin for that, websites I use:

mas-designs
  • 7,498
  • 1
  • 31
  • 56
2

If you're on a Mac, there is CodeKit which is a magic app

Axiol
  • 5,664
  • 9
  • 37
  • 49
2

Try to use html5boilerplate and then you can get easier the css and js compressed with this tool. http://html5boilerplate.com/docs/Build-script/

albertopriore
  • 614
  • 2
  • 9
  • 36
1

I use Chirpy http://chirpy.codeplex.com/ which is a Visual Studio Add-in for minifying and merging js and css. Don't know if it available for other dev tools though.

Björn Andersson
  • 855
  • 3
  • 11
  • 23