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. diff --git a/bower.json b/bower.json index 89bb508..c08777a 100644 --- a/bower.json +++ b/bower.json @@ -2,7 +2,10 @@ "name": "jquery-ui", "version": "1.11.3", "main": [ - "jquery-ui.js" + "jquery-ui.js", + "./themes/smoothness/jquery-ui.js", + "./themes/smoothness/images/*", + "./themes/smoothness/theme.css" ], "ignore": [ ],