Hi all,
The current installation procedure for the renamed Barrio Starter Kit sub-theme (let us say mythemename) generates the following structure in the ../themes folder:
../themes/contrib
- bootstrap_barrio
- bootstrap_sass
- mythemename
It would be nice if an upcoming version could generate the following structure:
../themes/contrib
- bootstrap_barrio
- bootstrap_sass
../themes/custom
- mythemename
All the best,
Gilles
Comments
Comment #2
ccshannon commentedI followed the rather vague instructions from that link and there is no 'mythemename' created anywhere. Running npm inside the subtheme folder (which I take to mean 'bootstrap_sass' folder since there is no instruction saying to make a copy of the contrib 'bootstrap_sass' subtheme anywhere) results in the bootstrap_sass subtheme folder being altered, which I assume is not the intended outcome.
So, those instructions don't really tell a person how to actually create a subtheme from the Bootstrap SASS contrib subtheme.
Is there a step missing on that page? Like, am I supposed to clone the bootstrap_sass folder as a subtheme and edit names in it? The Barrio theme itself has much clearer instructions on how to create a custom subtheme ... are those instructions the prerequisite steps to install bootstrap_sass? It's not at all clear to me how to actually install bootstrap_sass and create a subtheme based on it.
Comment #3
hatuhay commented