-
DescriptionIf you import code from a javascript file and then make an update to that file, the cached version of the file will be used by Chrome on your hosted page. Using quarto is there a way to specify the version of a javascript file? For an ordinary html file you can specify the version in the script tag as shown. <script type="text/javascript" src="code.js?1500"></script>` In the Quarto code, I'm unsure of how to do the same. ```{ojs}
import {x} from './code.js' Thank you, |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 3 replies
-
I believe this is an issue with the caching settings on your server. Where are you experiencing that problem specifically? |
Beta Was this translation helpful? Give feedback.
Tracking the issue here: #6556