This repository was archived by the owner on Mar 25, 2022. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 5
Changes
gustavderdrache edited this page Jun 4, 2019
·
27 revisions
- Capistrano variables (such as
:wordpress_wpcfm) are now set correctly. - Linked files and directories are now correct - they point to the site root at
services/wordpressorservices/drupalinstead of the project root. - Better
.envsupport:- A
.envfile is generated for Drupal 8 projects - The Capistrano
:linked_filesvariable is supported for keeping credentials on the server instead of in code.
- A
- For projects that don't use
webas the installation root, the auto-generatedweb/directory is removed. This affects Drupal 8-based projects that usedrupal-composer/drupal-project. - React projects now have the necessary
imagemin-based dependencies installed. -
es2015.collectionwas added to thetsconfig.jsonlib array, to satisfy@types/react's dependency on theSet<T>type. - The
composer.jsonfile for wp-starter based projects now sets installer paths correctly. Previously the generator thoughtwordpress-mupluginwas the installation directory andmu-pluginswas the type, when the reverse is true.
Initial Docker setup.