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
Hi, I would like to be able to provide an absolute path for the external data passed to pages,
for example:
panini({ root: 'src/pages', layouts: 'src/layouts', partials: 'src/partials', helpers: 'src/helpers', data: '/tmp/user123/' })
Currently it appears that all option paths has to be in the current working directory of the (gulp) process
The text was updated successfully, but these errors were encountered:
This would be a very useful option. I've tried to use absolute routes here and it didn't work.
Sorry, something went wrong.
No branches or pull requests
Hi, I would like to be able to provide an absolute path for the external data passed to pages,
for example:
Currently it appears that all option paths has to be in the current working directory of the (gulp) process
The text was updated successfully, but these errors were encountered: