Skip to content

Do app modules work with the new config cfe module? #420

Answered by skliper
the-other-james asked this question in Q&A
Discussion options

You must be logged in to vote

Yeah, you can't add them that way (with a path).

Really the pattern where modules load there own modules is strongly discouraged. If you do that you are going around ES and all that it provides. I suggest using unique names for the modules (ci_multi_if or whatever) and add their path to the module search path if you want to have them in the same repo. And use ES and the startup script to manage them (as a library or whatever).

Replies: 1 comment

Comment options

You must be logged in to vote
0 replies
Answer selected by the-other-james
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants