Replies: 1 comment
-
application/config/application.js ({
extends: [
'repoName', // find in `node_modules/repoName`
'repoName/application', // find in `node_modules/repoName/application`
'../repo/application', // relative path
'/home/marcus/projects/repoName/application', // absolute path
],
}); |
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
-
We need an ability to have an impress application template as a dependency.
It should allow us to write plugins locally so that it would be loaded into template server located in
node_modules
.Beta Was this translation helpful? Give feedback.
All reactions