Initial commit: ASPEKTER — визуальный конструктор email-рассылок
- z51-pug-builder: Svelte 5 SPA, визуальный редактор Pug-писем - email-gen: Node.js рендерер Pug→HTML через email-templates + Juice - email-gen-api: HTTP сервер рендеринга (порт 8787) - coin-scout: сервис подбора монет из фидов - Docker Compose для dev/prod - Nginx конфиг с SSL для app.aspekter.ru
This commit is contained in:
16
email-gen-overrides/README.md
Normal file
16
email-gen-overrides/README.md
Normal file
@@ -0,0 +1,16 @@
|
||||
# email-gen overrides
|
||||
|
||||
This folder stores local overrides mounted into `email-gen-api` container.
|
||||
|
||||
Scope now:
|
||||
- `reaspekt-master` only
|
||||
- mounted files:
|
||||
- `blocks/_factory.pug`
|
||||
- `blocks/buttons.pug`
|
||||
- `blocks/texts.pug`
|
||||
- `blocks/texts-ext.pug`
|
||||
- `blocks/other-ext.pug`
|
||||
|
||||
Why:
|
||||
- keep customizations outside `email-gen` repo
|
||||
- `git pull` in `email-gen` does not remove these local overrides
|
||||
Reference in New Issue
Block a user