AtiX / serverbricks

Pluggable Node.js server framework based on express to jumpstart server development

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Partials should inherit the namespace of their module

Steditor opened this issue · comments

Currently, the folder structure in a module's partials folder repeats the namespace of the module.
It would be better though, to inherit the module's namespace.

Current:
modules/{moduleName}/views/partials/{moduleName}/xyz.pug
Expected:
modules/{moduleName}/views/partials/xyz.pug