Skip to content
Snippets Groups Projects
Commit c0e3f429 authored by danielspeicher's avatar danielspeicher
Browse files

#9

parent 89b12bef
No related branches found
No related tags found
No related merge requests found
Pipeline #33652 passed
......@@ -244,7 +244,7 @@ Gulp by default will run the tasks `fonts`, `js` and `css` which are described i
`gulp css` will compile your sass files into css once. When adding the argument `--env production` then the output will be optimized for production environments, otherwise the output will be optimized for development.
`gulp watch` wiwll start a process that monitors your sass directory and automatically calls the css compilation when ever one or more files have changed.
`gulp watch` will start a process that monitors your sass directory and automatically calls the css compilation when ever one or more files have changed.
# Examples
......
......@@ -7,4 +7,4 @@ tags:
---
# Drupal 8 Project Template Scaffold
This is a composer plugin which is utilized by the [Drupal 8 Project Template](https://gitlab.paragon-es.de/composer/project/drupal-8) project. Detailed documentation can be found there.
This is a composer plugin which is utilized by the [Drupal 8 Project Template](/composer/project/d8) project. A detailed documentation can be found there.
......@@ -7,4 +7,4 @@ tags:
---
# Drupal 9 Project Template Scaffold
This is a composer plugin which is utilized by the [Drupal 9 Project Template](https://gitlab.paragon-es.de/composer/project/drupal-9) project. Detailed documentation can be found there.
This is a composer plugin which is utilized by the [Drupal 9 Project Template](/composer/project/d9) project. A detailed documentation can be found there.
......@@ -11,7 +11,7 @@ This is a composer plugin which prepares some of your projects in a composer bas
## Installation
If you're using the [Drupal Development Environment](https://gitlab.lakedrops.com/composer/plugin/drupal-development-environment), everything is already available for you. Otherwise call `composer require --dev lakedrops/dorgflow` and everything will be taken care off for you automatically - even if you update your Drupal project at any time in the future, the development environments for your defined projects will be kept in place and properly configured.
If you're using the [Drupal Development Environment](/composer/project/drupal-dev-environment), everything is already available for you. Otherwise, call `composer require --dev lakedrops/dorgflow` and everything will be taken care off for you automatically - even if you update your Drupal project at any time in the future, the development environments for your defined projects will be kept in place and properly configured.
## Configuration
......@@ -37,6 +37,6 @@ dorgflow:
## Usage
There are basicly two different use cases: for projects that you keep maintaining for a longer period of time, you add them to the extra/dorgflow section in your composer.json and when ever you run `composer update`, this will also refresh those projects and re-clone the projects so that you can continue maintaining them in you development environment.
There are basically two different use cases: for projects that you keep maintaining for a longer period of time, you add them to the extra/dorgflow section in your composer.json and when ever you run `composer update`, this will also refresh those projects and re-clone the projects so that you can continue maintaining them in you development environment.
For projects, you have a spontaneous need, e.g. for writing a patch to an issue, there is a quick way to achieve the same without having to run `composer update`. Simply add the project to the extra/dorgflow section as well and then call `composer lakedrops:dorgflow`. This will just checkout all the projects in this section if needed and you're ready to go.
......@@ -9,9 +9,9 @@ tags:
This composer plugin builds all necessary directory structures for a Drupal project once during initial project creation or installation.
This plugin is required by the `lakedrops/drupal-development-environment` plugin and for developmnent environments there is nothing else you need to be doing.
This plugin is required by the `lakedrops/drupal-development-environment` plugin and for development environments there is nothing else you need to be doing.
However, if you want to use the mechanism also on other non-development stages to create all the directories and links for you, then you can add `lakedrops/drupal-environment` as a requirement also to the require section of the root project. When you then call `composer install --no-interaction --no-dev` it will also install this plugin and create the full structure required.
However, if you want to use the mechanism also on other non-development stages to create all the directories and links for you, then you can add `lakedrops/drupal-environment` as a requirement also to the required section of the root project. When you then call `composer install --no-interaction --no-dev` it will also install this plugin and create the full structure required.
In addition, if you define the environment variable `LAKEDROPS_MODE_LIVE=live` before calling composer install, then you also get settings for a production site rather than a development stage.
......
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