Closed mashaal closed 2 years ago
It should probably be clearer in the docs that useAsset is required for loading assets...I had no idea.
It should probably be clearer in the docs that useAsset is required for loading assets...I had no idea.
By default it's required, since build will append the content hash of files to the filename eg. style.css -> style.[hash].css
Should be an easy fix regardless.
It should probably be clearer in the docs that useAsset is required for loading assets...I had no idea.
Yea, I agree that this should be clearer -- also need to doc how to use assets with CSS
The create script doesn't include
useAsset
for the CSS file, which breaks the prod builds -- we should double check the other examples as well in case we missed them as well.