We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Allow ability to root directory for included templates, or use the relative path of the parsed template.
Maybe I am missing something, but in my code I end up having to use this for meteor projects: {{import '../../../../../private/ ... }}
{{import '../../../../../private/ ... }}
as the CWD for Meteor's server is deep in <project root>/.meteor
<project root>/.meteor
The text was updated successfully, but these errors were encountered:
Hi, Sorry for the delay in responding. Are you looking for a way to set a root directory other than CWD?
Sorry, something went wrong.
No branches or pull requests
Allow ability to root directory for included templates, or use the relative path of the parsed template.
Maybe I am missing something, but in my code I end up having to use this for meteor projects:
{{import '../../../../../private/ ... }}
as the CWD for Meteor's server is deep in
<project root>/.meteor
The text was updated successfully, but these errors were encountered: