Engines need to be able to build manifests even if they aren't active
rdmurphy opened this issue · 1 comments
rdmurphy commented
The assets engine doesn't run during a serve, but when it doesn't run this means blocks that expect to tap into its manifest cannot do it. This currently breaks the inject
block when you attempt to use it with any file that'd be in the assets
directory.
rdmurphy commented
Accidentally fixed in 0.25.0
.