Reputation: 267380
I am using the jquery ui, I downloaded the entire toolset.
I put the css and images into a folder like:
/images/jquery/base/
/images/jquery/ui-lightness/
How can I configure this so it works?
(if that's possible)
Upvotes: 2
Views: 2215
Reputation: 9127
That is normal virtual pathing, meaning you'll have to reconfigure your .js and css files inside the plugins to look for the new path. IMO just use the default way, create an extra 'plugins' or 'extras' folder or something and avoid the trouble.
Upvotes: 2