Response title
This is preview!
Yes.1. Can I delete the development-bundle/themes/base folder?
Sure, if you don't need anything in it. You'll want bgiframe so select boxes don't show through dialogs (and other absolute positioned elements) in IE. You'll want cookie if you're going to use the tabs cookie option. Metadata is handy (see http://plugins.jquery.com/project/metadata), but if you don't use it, delete it. QUnit is included in /external (as opposed to /tests) as it is used for all out unit tests but comes from a separate (external) code repository. If you're not going to write or run unit tests, you don't need it.2. Can I delete the development-bundle/external folder?
Yes, if you only want the minified files, the minified folder is for you and you don't need any unminified files.3. If I want to use minified, then can I delete the non-minified files?
I guess this is the closest start we have:There needs to be some decent documentation about the specifics in what folders or files you need at the minimum for jQuery UI when pushing this to production
Thank you, glad it helped. I had a similar thought when I finished writing it. A great idea of where to put it hasn't hit me yet, but I'll think about it.Thanks a lot. Can we copy and paste your reply into a FAQ on some page! it's great.
Yup, we ship jQuery 1.4 for convenience. You only need one and they're identical.I assume if I'm already referencing jQuery 1.4 from some other directory that this is redudant
Your jquery-ui-1.8.1.custom.min.js contains only the components you selected. Otherwise it wouldn't have custom in the filename. Of course if you select all components, it will still have custom in the name and be similar, though not identical, to jquery-ui-1.8.1.min.js.And then jquery-ui-1.8.1.custom.min.js is just the jQueryUI with or without the options I specified in the jQueryUI download page.
As long as you point to the css file and the relative location of the corresponding images subdir is unchanged (the images subdir needs to be in the same dir the .css is in), that's fine.I'm also going to move the themes folder out into our own css folder. Then just make sure I'm pointing to that new location of the theme.
None of our js files reference eachother directly. The only files that might care about the location of any files in /external would be html files in the /demos and /tests folders.I'm not sure if all code is dependent on that external folder being in that default location or not.
© 2013 jQuery Foundation
Sponsored by and others.