I am able to use the built in JQuery and want to use JQuery UI as well.
Curiously (using Firebug) I'm already seeing jqueryui.js being downloaded to my pages: v.1.8.16. However the jqueryui.css is not being downloaded. How can I make that happen? I tried setting a dependency to jquery.ui and jqueryui but neither worked.
To be clear, I was able to get jqueryui to work by adding my own jqueryui.css files along with an additional jqueryui.js file. I'd prefer to not do this and use the built-in version for now.
Advice?