I Installed jQuery-ui by including it into my bower.json file as a dependency. then I ran bower install. This created the jquery-ui folder under boswer_components, it also included the jquery-ui javascript to the final dev build (ie if i go to /js/vendor.js I see the jquery.ui javascrpit library there)
however the jquery-ui css is not included. This is my config.coffee script (btw I deleted all the .less files since I'm using sass instead of less)..
please advise
p.s. just for reference this is my package.json as well
I Installed jQuery-ui by including it into my bower.json file as a dependency. then I ran
bower install. This created the jquery-ui folder under boswer_components, it also included the jquery-ui javascript to the final dev build (ie if i go to /js/vendor.js I see the jquery.ui javascrpit library there)however the jquery-ui css is not included. This is my config.coffee script (btw I deleted all the .less files since I'm using sass instead of less)..
please advise
p.s. just for reference this is my package.json as well