Hello,

as explained in the docs ( http://drupal-bootstrap.org/api/bootstrap/starterkits%21sass%21README.md/group/sub_theming_sass/8#setup) at "Additional Setup", I have downloaded the latest files (master branch) and extracted it.
The path of the bootstrap files is "mysubtheme/bootstrap" - no wrapping directory.

But despite this the files seems to be ignored completely by my subtheme, so the result looks quite ugly.
if I use a CDN to deliver the framework files everything seems to work.

What can I do?

I added some screenshots of my config (so you can see the paths, the filenames and the modified files as mentioned at the docs.
As far as I can see, there is nowhere a mistake.

Support from Acquia helps fund testing for Drupal Acquia logo

Comments

dercheffe created an issue. See original summary.

dercheffe’s picture

Issue summary: View changes
markhalliwell’s picture

Status: Active » Closed (works as designed)

I have downloaded the latest files (master branch) and extracted it.

Downloading the source files does nothing in and of itself. They are there as source files to compile, that's all. A Sass sub-theme does not serve these files.

if I use a CDN to deliver the framework files everything seems to work.

That's because the CDN serves the compiled CSS.

As far as I can see, there is nowhere a mistake.

You have to compile them using a local SASS compiler (as is stated in the prerequisites).

minneapolisdan’s picture

Thanks for the clarification. I read in the instructions and assumed any changes I made in the subtheme would need to be compiled. But I also had assumed that CSS already complied from the Bootstrap base theme would always be included, as is the case in other base/subtheme setups I've worked with.

If we make a subtheme folder AND download the "bootstrap" folder into the subtheme folder -- is the base Bootstrap theme needed for anything?