From af4648cc29d8cac06af2f871457fe168e58cda62 Mon Sep 17 00:00:00 2001 From: Mika Aguilar Date: Wed, 4 Mar 2015 11:40:05 -0600 Subject: [PATCH 1/3] Update bower.json main to use the smoothness theme --- bower.json | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/bower.json b/bower.json index 89bb508..c1c6a8c 100644 --- a/bower.json +++ b/bower.json @@ -2,7 +2,10 @@ "name": "jquery-ui", "version": "1.11.3", "main": [ - "jquery-ui.js" + "./themes/smoothness/jquery-ui.js", + "./themes/smoothness/images/*", + "./themes/smoothness/theme.css" + ], "ignore": [ ], From a0aa73666c1fe5d3af104c7a2d82a9c95c41f2b5 Mon Sep 17 00:00:00 2001 From: Mika Aguilar Date: Wed, 4 Mar 2015 11:41:23 -0600 Subject: [PATCH 2/3] Update README.md --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index 9c3f88c..96b7ffd 100644 --- a/README.md +++ b/README.md @@ -9,3 +9,5 @@ If you are interested in helping develop jQuery UI, you are in the right place. To discuss development with team members and the community, visit the [Developing jQuery UI Forum](http://forum.jquery.com/developing-jquery-ui) or in #jquery on irc.freednode.net. ## This repo only holds precompiled files. + +### This branch is a simple edit of the bower.json main attr tag so my build injects the required files for the smoothness theme. From 71c82b8690a4e166f641ab71384b3daf308e28b5 Mon Sep 17 00:00:00 2001 From: Mika Aguilar Date: Wed, 4 Mar 2015 11:49:40 -0600 Subject: [PATCH 3/3] Update bower.json --- bower.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bower.json b/bower.json index c1c6a8c..c08777a 100644 --- a/bower.json +++ b/bower.json @@ -2,10 +2,10 @@ "name": "jquery-ui", "version": "1.11.3", "main": [ + "jquery-ui.js", "./themes/smoothness/jquery-ui.js", "./themes/smoothness/images/*", "./themes/smoothness/theme.css" - ], "ignore": [ ],