Where Is Bootstrap? It says Sage comes with the latest version of bootstrap but I don’t see it in Sage anywhere. Shouldn’t there be some bootstrap files like “bootstrap.css”? Where are the bootstrap css, js, and font folders? Where is the bootstrap functionality in Sage?
bower_components/bootstrap-sass
1 Like
I have no folder such as that. The closest thing I have is my directory is a file called .bowerrc.
Why don’t I see it? It’s in bower? I was under the impression that it came preinstalled with Sage.
Thanks for the reply
See Sage documentation here:
- Install gulp and Bower globally with
npm install -g gulp bower
- Navigate to the theme directory, then run
npm install
- Run
bower install
and
-
gulp
— Compile and optimize the files in your assets directory -
gulp watch
— Compile assets when file changes are made -
gulp --production
— Compile assets for production (no source maps)
3 Likes