Skip to content
New issue

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

Ensure custom templateCompilerPath is an absolute path. #553

Merged
merged 1 commit into from
May 8, 2020

Commits on May 8, 2020

  1. Ensure custom templateCompilerPath is an absolute path.

    The examples that we show for using a custom template compiler path use
    a relative path, but that doesn't actually work when inline compilation
    runs and is parallelized (because the worker processes run from a
    different relative root inside `/tmp`).
    
    This ensures that any specified overrides are converted to absolute
    paths.
    rwjblue committed May 8, 2020
    Configuration menu
    Copy the full SHA
    d13b5e2 View commit details
    Browse the repository at this point in the history