You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
As much as I like the concepts and implementation of Mimosa, I may have run into a problem. I'm committed to organizing project directories by feature/function instead of file types. I believe that it reduces a lot of long term development friction and difficulty.
However, it appears that Watch.Javascripts (for example) can't accept an array of directories, but only a single string. I have .js files in subdirectories under projectroot/src/app/ as well as subdirectories under projectroot/src/common. Is there a way to accomodate the "by feature" setup now, or any future hope for same?
The text was updated successfully, but these errors were encountered:
Accepting multiple is pretty much a non-starter. I really can't even fathom how difficult that would be.
Ideally, there's no need for a javascriptDir at all. That's the better target. I have a bunch of travel ahead of me and hope to knock out some other small things that have built up, but I can take another look after that.
As much as I like the concepts and implementation of Mimosa, I may have run into a problem. I'm committed to organizing project directories by feature/function instead of file types. I believe that it reduces a lot of long term development friction and difficulty.
However, it appears that Watch.Javascripts (for example) can't accept an array of directories, but only a single string. I have .js files in subdirectories under projectroot/src/app/ as well as subdirectories under projectroot/src/common. Is there a way to accomodate the "by feature" setup now, or any future hope for same?
The text was updated successfully, but these errors were encountered: