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.

1
  • This has been asked many, many times. Commented Mar 16, 2012 at 14:23

5 Answers 5

3

Checkout these...

https://github.com/mishoo/UglifyJS
https://developers.google.com/closure/compiler/
http://developer.yahoo.com/yui/compressor/

Sign up to request clarification or add additional context in comments.

Comments

2

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

Comments

2

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

Comments

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/

Comments

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.

Comments

Start asking to get answers

Find the answer to your question by asking.

Ask question

Explore related questions

See similar questions with these tags.