create_subtheme.sh is different to bootstrap barrio

Created on 18 April 2024, 2 months ago

in Bootstrap barrio you have

if [[ "$OSTYPE" == "darwin"* ]]; then
  grep -Rl bootstrap_barrio_subtheme .|xargs sed -i '' -e "s/bootstrap_barrio_subtheme/$CUSTOM_BARRIO/"
else
  grep -Rl bootstrap_barrio_subtheme .|xargs sed -i -e "s/bootstrap_barrio_subtheme/$CUSTOM_BARRIO/"
fi

where as in subtheme you simply have

grep -Rl bootstrap_sass .|xargs sed -i -e "s/bootstrap_sass/$CUSTOM_BOOTSTRAP_SASS/"

My feeling is we need similar in boostrap_sass starter kit otherwise we get unwanted files being added with -e suffix.

πŸ› Bug report
Status

Active

Version

5.0

Component

Code

Created by

πŸ‡¬πŸ‡§United Kingdom 2dareis2do

Live updates comments and jobs are added and updated live.
Sign in to follow issues

Comments & Activities

Production build 0.69.0 2024