-
Notifications
You must be signed in to change notification settings - Fork 78
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
jquery-ui css not included #108
Comments
I'm not sure @abbood, Based on your
@import "/bower_components/jquery-ui/somecss.css" I hope that helps, sorry if I'm giving you bad advice, It's been a while since I've worked with this project. |
can you tell me which script actually goes through the
|
the import idea didn't work. |
I'm not sure. The bulk of the project is powered by brunch. I don't know if it's an issue with brunch, or my implementation of it, however. |
quick question: do you know why my sass files turn into css files? sometimes both are included in the final build.. which is quite annoying |
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
The text was updated successfully, but these errors were encountered: