The pre-release package is very similar to the development-bundle dir of the downloaded package, except the below. Follow a comparison between the (a) pre-release files and (b) the development-bundle of a downloaded package, along with my inline comments:
--- release 2013-03-27 08:40:21.911804564 -0300
+++ download 2013-03-27 08:19:11.221804772 -0300
@@ -7,6 +7,74 @@
./Gruntfile.js
./ui.position.jquery.json
./themes
+./themes/ui-lightness/** # correct, pre-release has base only
./themes/base
./themes/base/jquery.ui.tooltip.css
./themes/base/minified
@@ -103,6 +171,7 @@
./ui/minified/jquery.ui.effect-clip.min.js
./ui/minified/jquery.ui.progressbar.min.js
./ui/minified/jquery.ui.effect-highlight.min.js
+./ui/minified/jquery-ui.custom.min.js # on pre-release, it's jquery-ui.min.js
./ui/minified/jquery.ui.effect-scale.min.js
./ui/minified/jquery.ui.position.min.js
./ui/minified/i18n
@@ -180,7 +249,6 @@
./ui/minified/i18n/jquery.ui.datepicker-ky.min.js
./ui/minified/i18n/jquery.ui.datepicker-et.min.js
./ui/minified/i18n/jquery.ui.datepicker-ca.min.js
-./ui/minified/jquery-ui.min.js # on download, it's jquery-ui.custom.min.js
./ui/minified/jquery.ui.effect-slide.min.js
./ui/minified/jquery.ui.tooltip.min.js
./ui/minified/jquery.ui.droppable.min.js
@@ -197,12 +265,12 @@
./ui/jquery.ui.effect-fade.js
./ui/jquery.ui.button.js
./ui/jquery.ui.datepicker.js
-./ui/.jshintrc # Shall we remove this from the pre-release? If not, add it on download?
./ui/jquery.ui.tabs.js
./ui/jquery.ui.position.js
./ui/jquery.ui.spinner.js
./ui/jquery.ui.effect-slide.js
./ui/jquery.ui.effect-drop.js
+./ui/jquery-ui.custom.js # on pre-release, it's jquery-ui.js
./ui/jquery.ui.dialog.js
./ui/jquery.ui.effect-fold.js
./ui/i18n
@@ -294,7 +362,6 @@
./ui/jquery.ui.resizable.js
./ui/jquery.ui.selectable.js
./ui/jquery.ui.tooltip.js
-./ui/jquery-ui.js # on download, it's jquery-ui.custom.js
./ui/jquery.ui.effect-pulsate.js
./ui.tabs.jquery.json
./ui.widget.jquery.json
@@ -308,243 +375,6 @@
./ui.droppable.jquery.json
./ui.effect-highlight.jquery.json
./ui.effect.jquery.json
-./tests/** # should we add those tests on download too?
./README.md
./ui.effect-explode.jquery.json
./ui.effect-scale.jquery.json
@@ -567,12 +397,6 @@
./external/globalize.culture.ja-JP.js
./ui.core.jquery.json
./demos
-./demos/show # Should we add those demos on download too?
-./demos/show/index.html
-./demos/show/default.html
-./demos/toggle
-./demos/toggle/index.html
-./demos/toggle/default.html
./demos/tabs
./demos/tabs/ajax.html
./demos/tabs/manipulation.html
@@ -608,9 +432,6 @@
./demos/slider/colorpicker.html
./demos/slider/rangemax.html
./demos/slider/steps.html
-./demos/toggleClass
-./demos/toggleClass/index.html
-./demos/toggleClass/default.html
./demos/droppable
./demos/droppable/visual-feedback.html
./demos/droppable/revert.html
@@ -629,9 +450,6 @@
./demos/droppable/default.html
./demos/droppable/photo-manager.html
./demos/droppable/accepted-elements.html
-./demos/switchClass
-./demos/switchClass/index.html
-./demos/switchClass/default.html
./demos/widget
./demos/widget/index.html
./demos/widget/default.html
@@ -643,10 +461,6 @@
./demos/spinner/decimal.html
./demos/spinner/latlong.html
./demos/spinner/overflow.html
-./demos/index.html # skipped in download on purpose
-./demos/removeClass
-./demos/removeClass/index.html
-./demos/removeClass/default.html
./demos/images
./demos/images/demo-spindown-open.gif
./demos/images/pbar-ani.gif
@@ -700,9 +514,6 @@
./demos/effect/easing.html
./demos/effect/index.html
./demos/effect/default.html
-./demos/hide
-./demos/hide/index.html
-./demos/hide/default.html
./demos/position
./demos/position/index.html
./demos/position/cycler.html
@@ -728,9 +539,6 @@
./demos/accordion/default.html
./demos/accordion/hoverintent.html
./demos/accordion/collapsible.html
-./demos/addClass
-./demos/addClass/index.html
-./demos/addClass/default.html
./demos/autocomplete
./demos/autocomplete/search.php
./demos/autocomplete/categories.html
@@ -793,9 +601,6 @@
./demos/resizable/constrain-area.html
./demos/resizable/delay-start.html
./demos/resizable/aspect-ratio.html
-./demos/animate
-./demos/animate/index.html
-./demos/animate/default.html
./demos/sortable
./demos/sortable/display-grid.html
./demos/sortable/connect-lists-through-tabs.html
@@ -808,9 +613,43 @@
./demos/sortable/delay-start.html
./demos/sortable/portlets.html
./ui.menu.jquery.json
+./docs/**
./ui.mouse.jquery.json
./ui.resizable.jquery.json
-./MANIFEST # skipped in download on purpose
./ui.slider.jquery.json
./ui.accordion.jquery.json
./ui.button.jquery.json
Is
.jshintrcnot in the download because it's blacklisted or because it's not whitelisted?For demos, it looks like we're just missing stuff because the names doesn't match up with a component. Is that right? If you include effects core, then you should get all of the missing demos.
I think we can keep the tests out. Also keep the docs out of the pre-release versions.