Skip to content
Snippets Groups Projects
Commit 3e80cfba authored by jurgenhaas's avatar jurgenhaas
Browse files

Remove the sass theme and make it an option mentioned in the readme

Move development related staff into drupal-8-scaffold-developer
parent e1740c55
No related branches found
No related tags found
No related merge requests found
......@@ -8,8 +8,12 @@
## Create new project for local development
```
env CUSTOM_THEME_NAME=[THEMENAME] composer create-project lakedrops/d8-project [DIRNAME] --stability dev --no-interaction
```bash
composer create-project lakedrops/d8-project [DIRNAME] --stability dev --no-interaction
cd [DIRNAME]
# If you also want to use the theme template:
env CUSTOM_THEME_NAME=[THEMENAME] composer require lakedrops/theme-d8-sass
```
This will build the full structure and create a git repository which you can then use during the full live-cycle of that project.
......@@ -30,7 +34,7 @@ composer install
Optionally you can also create all the scaffolds by using
```
composer lakedrops-scaffold
composer lakedrops
```
To manually update the theme components, if you're using the `lakedrops/theme-d8-sass` package and unintentionally changed one of the core file, then you can always run
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment