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
I went from [email protected] to [email protected], and with the new version absolute path to the mustache template don't work anymore.
If I use: { template: '/absolute/path/category.less.template' }
Then, sprity tries to find the template in `/absolute/path/category.less.template', and the build fails.
If the path begins with a "/", then the cwd should not be prepended to the path.
The text was updated successfully, but these errors were encountered:
No branches or pull requests
I went from [email protected] to [email protected], and with the new version absolute path to the mustache template don't work anymore.
If I use:
{
template: '/absolute/path/category.less.template'
}
Then, sprity tries to find the template in `/absolute/path/category.less.template', and the build fails.
If the path begins with a "/", then the cwd should not be prepended to the path.
The text was updated successfully, but these errors were encountered: