I am using this sub-theme
and I can't find any help.
I am currently using Bootswatch Flatly in CDN mode. I want to put everything locally.
Here is what I did:
- I ran the following 2 commands on my server :
mkdir -p web/libraries/bootstrap
cp -R vendor/twbs/bootstrap/dist web/libraries/bootstrap
- I modified the
bootstrap_subtheme_front_office.info.yml
file :
name: Bootstrap Subtheme Front Office
type: theme
description: 'SASS starter kit for a Bootstrap Barrio SubTheme.'
# version: VERSION
core: 8.x
core_version_requirement: ^8 || ^9
base theme: bootstrap_barrio
libraries:
- bootstrap_subtheme_front_office/bootstrap
- bootstrap_subtheme_front_office/global-styling
libraries-override:
bootstrap_barrio/global-styling: true
bootstrap_barrio/file: true
regions:
navigation_collapsible_first: 'Navigation (Collapsible first)'
navigation_collapsible_left: 'Navigation (Collapsible left)'
navigation: 'Navigation'
navigation_collapsible_right: 'Navigation (Collapsible right)'
navigation_collapsible_second: 'Navigation (Collapsible second)'
breadcrumb: 'Breadcrumb'
header: 'Top Bar'
sidebar_first: 'Primary'
highlighted: 'Highlighted'
help: 'Help'
content: 'Content'
sidebar_second: 'Secondary'
footer: 'Footer'
# Information added by Drupal.org packaging script on 2020-10-11
version: '5.0.2'
project: 'bootstrap_subtheme_front_office'
datestamp: 1602444143
And I modified the bootstrap_subtheme_front_office.libraries.yml
file :
global-styling:
version: VERSION
js:
js/popper.min.js: {}
js/bootstrap.min.js: {}
js/barrio.js: {}
js/custom.js: {}
js/back-to-top.js: {}
js/copy-to-clipboard.js: {}
css:
component:
css/style.min.css: {}
dependencies:
- core/jquery
- core/drupal
bootstrap:
js:
/libraries/bootstrap/dist/js/bootstrap.bundle.min.js: {}
css:
component:
/libraries/bootstrap/dist/css/bootstrap.min.css: {}
- I downloaded the 4 Bootswatch Flatly files to my computer:
I copied the 4 files in the folder
/libraries/bootswatch/dist/flatly
- I executed the gulp and drush cr command.
MY PROBLEM
How to declare Bootswatch? Where to put the files?
question from:
https://stackoverflow.com/questions/65861832/how-to-put-the-bootswatch-theme-locally 与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…