twbs / bootstrap

The most popular HTML, CSS, and JavaScript framework for developing responsive, mobile first projects on the web.
https://getbootstrap.com
MIT License
170.43k stars 78.82k forks source link

Customizer not compiling css #9536

Closed henjen closed 11 years ago

henjen commented 11 years ago

I adjusted the colors in the navbar and removed some components. After I click the button at the bottom of the page, I see this: capture

js downloads, but no css

cvrebert commented 11 years ago

@henjen We're going to need the specific options you chose.

tagliala commented 11 years ago

may refer to my comment here: https://github.com/twbs/bootstrap/issues/8345#issuecomment-22624549

cvrebert commented 11 years ago

Confirmed.

henjen commented 11 years ago

Un-checked:

Colors @nabar-color = #fff @navbar-bg = #428bca @navbar-link-color = #fff @navbar-link-active-color = #fff @dropdown-caret-color = #fff

I see tagliala commented about a possible dependency issue. The only one I remember reading about in the docs referred to popovers depends on tooltips.

tagliala commented 11 years ago

@henjen yes, it's the same issue. At the moment you can't remove forms without removing navbar. If you click on "download and customize" you will get a custom url so it's easy to share: link to your costum bootstrap

(if you also uncheck navbar your style compiles)

mdo commented 11 years ago

Yup, we'll be working on this shortly. Hold tight folks!

mdo commented 11 years ago

Closed per #9654.