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

Assets: Support Github pages / http_prefix #197

Merged
merged 2 commits into from
Jan 21, 2022
Merged

Assets: Support Github pages / http_prefix #197

merged 2 commits into from
Jan 21, 2022

Commits on Jan 20, 2022

  1. Allow GOV UK assets path to be overriden

    If the variable has already been set, then don't override it.
    This allows implementors to adjust for other settings
    (such as Middleman's http_prefix setting).
    odlp committed Jan 20, 2022
    Configuration menu
    Copy the full SHA
    cb9527c View commit details
    Browse the repository at this point in the history
  2. Use helpers for asset URLs

    Using Sprockets helpers for asset URLs provides support for Middleman's
    http_prefix feature, which is useful for sites hosted on Github pages.
    odlp committed Jan 20, 2022
    Configuration menu
    Copy the full SHA
    29efd4a View commit details
    Browse the repository at this point in the history