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

feat: Limit templates to defined file extension #1990

Closed

Commits on Feb 15, 2024

  1. feat: Limit templates to defined file extension

    - Defaults to ‘html’ unless overriden by config setting `template_extension`
    - Allows use of `.erb` processed files such as CSS or JavaScript to be in sidecar location with HTML template(s)
    
    Signed-off-by: Fred Boyle <vortex+github@snark.one>
    fredboyle committed Feb 15, 2024
    Configuration menu
    Copy the full SHA
    312b27c View commit details
    Browse the repository at this point in the history

Commits on Mar 14, 2024

  1. feat: Limit templates, shift to per component configuration

    Add test and supporting content
    
    Signed-off-by: Fred Boyle <vortex+github@snark.one>
    fredboyle committed Mar 14, 2024
    Configuration menu
    Copy the full SHA
    b01131a View commit details
    Browse the repository at this point in the history
  2. feat: Limit templates, linting fixes

    Signed-off-by: Fred Boyle <vortex+github@snark.one>
    fredboyle committed Mar 14, 2024
    Configuration menu
    Copy the full SHA
    d3f1032 View commit details
    Browse the repository at this point in the history

Commits on Mar 15, 2024

  1. feat: Limit templates, refactor to class constants

    Add user documentation
    Update test example files
    
    Signed-off-by: Fred Boyle <vortex+github@snark.one>
    fredboyle committed Mar 15, 2024
    Configuration menu
    Copy the full SHA
    a3940c1 View commit details
    Browse the repository at this point in the history

Commits on Mar 26, 2024

  1. Configuration menu
    Copy the full SHA
    9deab75 View commit details
    Browse the repository at this point in the history

Commits on Aug 22, 2024

  1. Configuration menu
    Copy the full SHA
    4b9ecbe View commit details
    Browse the repository at this point in the history