The plugin seems to work well on all files.
All I have to do is <a href="{{ '/assets/some/path' | bustify }}">my anchor text</a> and it creates a cache burst link.
But when the files is a SASS file, and I modify one partial (file) of that SASS file, it does not update the cache bust link; only after the second jekyll update is when the cache burst hash is modified.
Can this problem the addressed?
The plugin seems to work well on all files.
All I have to do is <a href="{{ '/assets/some/path' | bustify }}">my anchor text</a> and it creates a cache burst link.
But when the files is a SASS file, and I modify one partial (file) of that SASS file, it does not update the cache bust link; only after the second
jekyll updateis when the cache burst hash is modified.Can this problem the addressed?