Open
Description
As soon as i set a display_path
, e.g.
asset_pipeline:
display_path: blog
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.
Metadata
Metadata
Assignees
Labels
No labels