Skip to content

Instantly share code, notes, and snippets.

@rxaviers
Last active December 13, 2015 17:19
Show Gist options
  • Select an option

  • Save rxaviers/4946897 to your computer and use it in GitHub Desktop.

Select an option

Save rxaviers/4946897 to your computer and use it in GitHub Desktop.

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
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment