Yes, it's being listed first. Can someone else please try and do this to verify it? I just want to make sure I'm not missing something simple.
On Oct 21, 12:16 pm, Karl Swedberg <[EMAIL PROTECTED]> wrote: > Are you making sure that the jquery core file is at the top of that > concatenated file? that's the only other thing I can think of that > would produce the error. > > --Karl > > ____________ > Karl Swedbergwww.englishrules.comwww.learningjquery.com > > On Oct 20, 2008, at 4:26 PM, c.barr wrote: > > > > > They already have the semicolons straight from jQuery, so no changes > > were needed. Any other suggestions? > > > On Oct 16, 5:16 pm, Mike Alsup <[EMAIL PROTECTED]> wrote: > >>> I'd like to combine and compress my jQuery and jQuery UI files > >>> into a > >>> single minified file, but I've noticed that every time I do this It > >>> just breaks and gives me "$ is not defined". > > >>> If I do a copy/paste of the two uncompressed files together, it > >>> works > >>> fine but it's a 100kb file! When I got to minify or pack this file, > >>> that's when it always breaks. I've tried Dean Edwards packer, > >>> JSmin, > >>> and YUI all with the same results. > > >>> The same goes for any jQuery plugins I've downloaded. I'm using a > >>> several that I need avalible on all pages, and I'd like to combine > >>> them - these also break when I do this. > > >>> Am I missing something here? > > >> Make sure each file has a leading and a trailing semicolon.