Place HBS files near JS files #1938
Unanswered
nightrider77
asked this question in
Q&A
Replies: 1 comment
-
Yes, since handlerbars (this library) doesn't care about folder structure at all. It just converts a template (*.hbs) to HTML. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hello.
My project is divided into 3 logical modules:
a) Admin area
b) User area
c) Agent area
Is it possible to make the following project structure:
admin
____ adminProfile.js
____ adminProfile.hbs
user
____ userAccount.js
____ userAccount.hbs
agent
____ agentControl
______ agentControlPage1.hbs
______ agentControlPage1.js
______ agentControlPage2.hbs
______ agentControlPage2.js
____ index.js
____ index.hbs
Thank you.
Beta Was this translation helpful? Give feedback.
All reactions