views:

75

answers:

2
+1  Q: 

Minified Sizzle

Hello guys. I can't find minified sizzle =( And if i trying to make it myself by yuicompressor, after that, some features not work. Please help.

A: 

Try using the minifier at http://fmarcia.info/jsmin/test.html to minify it on your own.

ThiefMaster
It's work, and work with yuicompressor if i put --nomunge and --disable-optimizations.But size + 4kb =(
Choor
+2  A: 

Get the latest uncompressed version here and compress it using any of the free tools:

The above are all paste/get result, not console applications, so pretty quick to get results. The reason a minified version isn't maintained is it's not meant to be a standalone library, but rather integrated into whatever's using it...so the build processes/minification of the whole library, e.g. jQuery or Prototype 2.0 would include minifying Sizzle.

Nick Craver