Force LESS to recompile
PermalinkThis occurs even though I've cleared the cache from the C5 dashboard.
I'm using version 5.7.5.3.
Is there a bug in this version of C5? Is there a way I can force the LESS to recompile like CSS versioning? Any other ideas?

<link rel="stylesheet" href="/styles.css?v=081916">
I tried that with the LESS tag, but the code isn't valid:
<?php echo $html->css($view->getStylesheet('styles.less?v=081916'))?>
And that makes sense cause when I view the source it's just the generated CSS file...not the LESS file.
Any ideas on how to append that version control to the stylesheet?