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
the asset pipeline breaks, b/c bundle files are created in _site/assets (correct, b/c output_path is still assets), but the generated markup that should load the file links to http://127.0.0.1:4000/blog/asset-hash.js instead of http://127.0.0.1:4000/blog/assets/asset-hash.js.
Known Workaround
Manually add the expected asset path to display_path
asset_pipeline:
display_path: blog/assets
or set output_path to an empty string.
The text was updated successfully, but these errors were encountered:
As soon as i set a
display_path
, e.g.the asset pipeline breaks, b/c bundle files are created in
_site/assets
(correct, b/coutput_path
is stillassets
), but the generated markup that should load the file links tohttp://127.0.0.1:4000/blog/asset-hash.js
instead ofhttp://127.0.0.1:4000/blog/assets/asset-hash.js
.Known Workaround
Manually add the expected asset path to
display_path
or set
output_path
to an empty string.The text was updated successfully, but these errors were encountered: