Skip to content

A shell script to install a Drupal8 bootstrap sass starterkit subtheme

Notifications You must be signed in to change notification settings

fb-multimedia/D8-dbs-sass-installer

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 

Repository files navigation

Drupal 8 bootstrap sass subtheme creation shell script

Since version 8.x-3.0-rc2 (august 2016), the Drupal Bootstrap theme includes a Sass starterkit. This shell script install and rename folders and edit files to create your subtheme based on this sass starterkit.

Requirements

You need a Drupal 8 website with drupal bootstrap theme (8.x-3.0-rc2) installed on a linux server. This server must be able to use ruby-compass and drush commands. It needs read/write permissions on the D8 directory.

Installation

Download and place the script install-bootstrap-sass.sh at the root of the themes folder of your drupal installation. Start the shell command prompt at this place and start the script with :

$ ./install-bootstrap-sass.sh

During the process it will ask you

Enter the new Drupal Bootstrap(sass) subtheme name to create:

Enter your theme's name and press Enter

The following extensions will be enabled: yourthemename
Do you really want to continue? (y/n):

type 'y' and confirm with enter

Do you want to update default key in system.theme config? (y/n):

type 'y' to make your theme as default and confirm with enter

At the end of the process you should read

Cache rebuild complete.  [ok]

Then you should find your theme in a new themes/custom folder. The theme should be activated by default in drupal.

Commands Details

For details of sh commands includes in this script, see the post (in french) http://www.fb-multimedia.fr/blog/cr%C3%A9er-theme-bootstrap-3sass-drupal-8

Development version

This is a development tool script and it just have been tested on an ubuntu linux VM (Drupal VM). Don't use on production server. Use at your one risk, it comes with no warranty.

Contributors

https://github.com/fb-multimedia
www.fb-multimedia.fr

##About the autor Fred B. is web developer since 2001 and specialized in drupal theming since 2011.

About

A shell script to install a Drupal8 bootstrap sass starterkit subtheme

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages