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
2010-05-18 12:14:21
It's work, and work with yuicompressor if i put --nomunge and --disable-optimizations.But size + 4kb =(
Choor
2010-05-18 12:17:55
+2
A:
Get the latest uncompressed version here and compress it using any of the free tools:
- JSCompress
- VLead Compressor
- YUI Online version (Check minify only!)
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
2010-05-18 12:19:48