Update download builder
$ npm install download.jqueryui.com
Change config.file, use our custom "parent" branch and remove legacy entry.
$ vim node_modules/download.jqueryui.com/config.json
Follow the diff of the change above.
@@ -1,11 +1,7 @@
{
"jqueryUi": {
"stable": {
- "version": "1.10.0",
- "dependsOn": "jQuery1.6+"
- },
- "legacy": {
- "version": "1.9.2",
+ "version": "1.10.1pre",
"dependsOn": "jQuery1.6+"
}
},
Create the release folder and create the symlink to cwd.
$ mkdir node_modules/download.jqueryui.com/release
$ ln -s node_modules/download.jqueryui.com/releaseparent .
Create cache folder, we still need this in this release.
$ mkdir -p node_modules/download.jqueryui.com/tmp/cache
Run grunt release_themes.
$ grunt release_themes