-
28 Aug 2007 5:23 AM #11
-
30 Aug 2007 3:51 AM #12
The 1.1.1 build was built with the yui-compressor. It resulted in about 12k drop in file size. I also used it for the CSS.

-
30 Aug 2007 4:01 AM #13
-
30 Aug 2007 7:53 AM #14
I'm part of the Ext Community
Maintaining: Translations and some Examples
Developing on: ExtJS Python Builder / Gozerbot
Places: Ido.nl.eu.org / My ExtSamples / Trbs on Wiki / IRC
-
30 Aug 2007 11:29 PM #15Sencha - Community Support Team
- Join Date
- Mar 2007
- Location
- The Netherlands
- Posts
- 24,251
- Vote Rating
- 40
YUI Compressor version 2.1.1
YUI Compressor version 2.1.1
The YUI Compressor is under heavy developement.
At time of writing the latest version is 2.1.1 and can be obtained from a new url:
http://www.julienlecomte.net/yuicompressor/
-
31 Aug 2007 10:25 AM #16
yay. add me to the club.
we just switched from ShrinkSafe + Dean Edward's packer to yuicompressor today after i saw trbs's post in the translations thread
minifying has never been faster.
Sencha Docs / Ext 3.x - ( Docs | Examples )
Learning Center / Saki's Examples (for 2.x) / HOWTO - ( Report Bugs | Post Proper Code )
-
31 Aug 2007 4:45 PM #17
Please be aware that for you'll explicitly need to enable --charset utf-8 with yui-compressor to build a completely working extjs.
This is a bug that i've also reported in the Bug Forums for the Ext 1.1.1 build.
Explanation
The locale files use UTF-8 encoding to support many non-ascii languages. The yui-compressor does not automaticly detect the correct character encoding for these files and tries to decode them with a ascii charset. This results in all non-ascii characters being mangled into ascii character 63 - the question mark.I'm part of the Ext Community
Maintaining: Translations and some Examples
Developing on: ExtJS Python Builder / Gozerbot
Places: Ido.nl.eu.org / My ExtSamples / Trbs on Wiki / IRC
-
31 Aug 2007 10:29 PM #18
ah just replied to trbs in the bugs thread...
[copied and pasted from bugs]
got this from the YUI Compressor download page:
HTH--charset character-set
If a supported character set is specified, the YUI Compressor will use it
to read the input file. Otherwise, it will assume that the platform's
default character set is being used. The output file is encoded using
the same character set.
Sencha Docs / Ext 3.x - ( Docs | Examples )
Learning Center / Saki's Examples (for 2.x) / HOWTO - ( Report Bugs | Post Proper Code )
-
1 Sep 2007 5:45 AM #19
For completeness sake; my Debian Linux appearenly defaults to ASCII as does Jack's Windows Vista machine appearently, since the official build sports the same problem.
I'm part of the Ext Community
Maintaining: Translations and some Examples
Developing on: ExtJS Python Builder / Gozerbot
Places: Ido.nl.eu.org / My ExtSamples / Trbs on Wiki / IRC
-
17 Sep 2007 12:30 PM #20
i checked out this one:
http://joliclic.free.fr/php/javascript-packer/en/
it dropped 126kB with ext-all.js - that's incredible!vg Steffen
--------------------------------------
Release Manager of TYPO3 4.5
energlobe.de - german online magazine
Thank you for reporting this bug. We will make it our priority to review this report.




Reply With Quote