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
When using modules and the Template files in a module subfolder is not in lower case it won't be found.
The problem is in the loader module where the following line lowercases all From statements but doesn't take the lower casing into account when searching through submodules:
When using modules and the Template files in a module subfolder is not in lower case it won't be found.
The problem is in the loader module where the following line lowercases all
From
statements but doesn't take the lower casing into account when searching through submodules:The following link provides a possible solution for this: https://gist.github.com/techtonik/5694830
The text was updated successfully, but these errors were encountered: