You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Provide a way for projects using tech_docs_gem to override where govuk-frontend gets loaded from so it's not tied to the version set by tech_docs_gem.
A quick path for that may be to provide a govuk_frontend_path option to GovukTechDocs.configure letting people point to the package in their own node_modules.
User need
During our latest release of GOV.UK Frontend, we noticed that our tech docs were not picking up the style fixes brought by our package.
What should change
Provide a way for projects using
tech_docs_gem
to override wheregovuk-frontend
gets loaded from so it's not tied to the version set bytech_docs_gem
.A quick path for that may be to provide a
govuk_frontend_path
option toGovukTechDocs.configure
letting people point to the package in their ownnode_modules
.User need
During our latest release of GOV.UK Frontend, we noticed that our tech docs were not picking up the style fixes brought by our package.
Following the trails, this looked due to the
tech_docs_gem
configuring Sprockets to load its own version of govuk-frontend which it would be great to have some control on or be able to override.The text was updated successfully, but these errors were encountered: