Re: [jQuery] Lite build not working for plugins?

2006-11-29 Thread Mike Alsup
  Anybody have the lite build working for plugins?  When I include
  plugins in my lite build the javadocs are not stripped (but they are
  from core).  The min and pack builds seem to work just fine.  lite.js
  looks like it should work but it doesn't (for me).
 
 That may be the newline issue we had before. There may be one or more
 plugin files that contain windows-based newline characters which make
 the min build fail (docs too).


I fixed the regEx in lite.js to account for this.  It's working now.

Mike

___
jQuery mailing list
discuss@jquery.com
http://jquery.com/discuss/


Re: [jQuery] Lite build not working for plugins?

2006-11-28 Thread Jörn Zaefferer
Mike Alsup schrieb:
 Anybody have the lite build working for plugins?  When I include
 plugins in my lite build the javadocs are not stripped (but they are
 from core).  The min and pack builds seem to work just fine.  lite.js
 looks like it should work but it doesn't (for me).
   
That may be the newline issue we had before. There may be one or more 
plugin files that contain windows-based newline characters which make 
the min build fail (docs too).

-- 
Jörn Zaefferer

http://bassistance.de


___
jQuery mailing list
discuss@jquery.com
http://jquery.com/discuss/


[jQuery] Lite build not working for plugins?

2006-11-27 Thread Mike Alsup
Anybody have the lite build working for plugins?  When I include
plugins in my lite build the javadocs are not stripped (but they are
from core).  The min and pack builds seem to work just fine.  lite.js
looks like it should work but it doesn't (for me).

Mike

___
jQuery mailing list
discuss@jquery.com
http://jquery.com/discuss/