How can I change mutagen settings in predefined warden enviroment? #782
Unanswered
mykola-yatsenko
asked this question in
Help & Support
Replies: 1 comment
-
@mykola-yatsenko It doesn't look like it's documented, but you can create a |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi there!
I am a fresher in using Warden.
I found it like an awesome develop tool!
Steps to reproduce:
When I made some code changes in a file:
pub/catalog/controller/product/product.php
Then I reload web page. (I had checked throgh warden shell as well) I see no difference.
When I made some code changes in a file
pub/system/engine/model.php
Then I reload web page (I had checked throgh warden shell as well) . I see the difference.
Probably, Warden Magento 2 Enviroment Mutagen is ignoring files in a catalog/... folder
I had tried to change several other files in catalog folder, and observed no difference in the browser.
On other hand, I found nothing about catalog folder in mutagen config file here
I have .warden/warden-env.yml
version: "3.5" services: nginx: - ./.warden/nginx/custom.conf:/etc/nginx/default.d/custom.conf
I had tried to create file as well
.warden/warden-env.mutagen.yml
`---
sync:
defaults:
mode: two-way-resolved
watch:
pollingInterval: 10
ignore:
vcs: false
paths:
# Root .git folder
- "/.git/"
`
I am not sure that it works.
Beta Was this translation helpful? Give feedback.
All reactions