shopwareArchive / shopware-docker

A docker setup ready for shopware development
74 stars 37 forks source link

Proposal: init-themes action #13

Closed dubst3pp4 closed 5 years ago

dubst3pp4 commented 6 years ago

It would be nice to have a init-themes action, that does basically what the init-plugins action does, that is:

  1. the developer places the themes into a themes folder in the root directory of the project
  2. the action creates a symlink in shopware/themes/Frontend for each theme of the folder

At the moment I'm solving this workflow with the following action (place it into dev-ops/common/actions/init-themes.sh): init-themes.txt

teiling88 commented 5 years ago

Added with https://github.com/shopwareLabs/shopware-docker/commit/46cf0f28175aba310f3f6f6c28f7e49df9fc9755 Thank you for your contribution!