I have set up Bootstrap SASS, everything works almost fine, except that compass generates a foloder vendor/bootstrap.css beside the styles.css file. This is weird because the bootstrap is already included in style.css. I couldn't find any configuration options in bootstrap variables.
Asked
Active
Viewed 853 times
0
-
sounds like it's a compass issue, not a bootstrap-sass issue. – sevenseacat Sep 20 '13 at 08:20
-
yeah, but i don't know what could i've set up wrong. – Tudor Ravoiu Sep 20 '13 at 08:25
-
I see now that if I remove the @import bootstrap from the main scss file, only the vendor/bootstrap.css file is generated. I don't understand why. – Tudor Ravoiu Sep 20 '13 at 08:32
1 Answers
0
If you just want to import the bootstrap file into another scss file, then you have to rename the bootstrap.scss to _bootstrap.scss.
Files starting with an underscore are not generated as css-file.

mimimimichael
- 143
- 4