colinmollenhour/modman

In tutorial

seansan opened this issue · 2 comments

https://github.com/colinmollenhour/modman/wiki/Tutorial

Does trailing slash in your example matter? See

frontend/layout/* app/design/frontend/base/default/layout/ frontend/template/* app/design/frontend/base/default/template/mymodule

Also, how can this be done?
app/design/frontend/base/default/layout/* app/design/frontend/base/default/layout

We have see cases where the whole directory strcuture app/design/frontend/base/default/layout was one after modman

For example, this is what happens to locale

WARNING: Removing conflicting directory: /home/dev/domains/testdomain.nl/public_html/app/locale/da_DK Applied: app/locale/* app/locale/da_DK WARNING: Removing conflicting directory: /home/dev/domains/testdomain.nl/public_html/app/locale/de_DE Applied: app/locale/* app/locale/de_DE WARNING: Removing conflicting directory: /home/dev/domains/testdomain.nl/public_html/app/locale/en_US Applied: app/locale/* app/locale/en_US

when setting app/locale/* app/locale

the left side should not specify directories that exist in the root unless the user intends to clobber the existing files. instead, the subdirectrory should be specified. e.g.:

app/locale/da_DK/*     app/locale/da_DK/