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
if a theme declares a bootstrap override path in theme.yaml then that asset should be copied to public on install or it will not be available when needed.
theme.yaml
public
refs #4366
The text was updated successfully, but these errors were encountered:
another option is to require the override path be stated in "zasset" notation e.g. @AcmeFooModule:css/myCustomBootstrap.css
@AcmeFooModule:css/myCustomBootstrap.css
craigh/SimpleScrollTheme@74f2db6
Sorry, something went wrong.
another option is to require the override path be stated in "zasset" notation
since this would require a change in the Api expectation and break existing themes, this cannot be the current solution.
requiring this change could be done for 4.0.0 though.
Install extension assets on installation and upgrade fixes #4367
aa4d62f
Install extension assets on installation and upgrade (#4393)
b4298a0
* Install extension assets on installation and upgrade fixes #4367
craigh
No branches or pull requests
if a theme declares a bootstrap override path in
theme.yaml
then that asset should be copied topublic
on install or it will not be available when needed.refs #4366
The text was updated successfully, but these errors were encountered: