-
Notifications
You must be signed in to change notification settings - Fork 2.5k
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
Bower does not fetch less files #3368
Comments
Currently the bower repo doesn't include less files. There have been requests from different people to either include them or leave them out. If anyone has comments/suggestions for making everyone happy please add a comment here. |
@c0bra, I don't see what harm could be caused by including the less files in the bower repository. People who don't want to use them don't have to. It seems that where people want to override styles then having the less files gives them that ability, if we distribute only the css then it's harder. |
Actually, less files are necessary for minification. ui-grid uses font-face, We need a less variable to set the vendor folder path, similar to what I do for font-awesome. Currently I have to modify ui-grid css files manually which will undo on the next bower update. Also, including css files in a less file does not embed it, only links to it. |
@c0bra Did you make any decision regarding the issue? |
Re opening:
|
Unfortunately, this is still slightly broken. |
Makes the bootstrap directory import use a variable so that it can be overwitten. Closes #3368
Getting the package using bower, does not download the less files. What is the correct way to use bower and have less files?
The text was updated successfully, but these errors were encountered: