Skip to content

Instantly share code, notes, and snippets.

@akaita
Created November 19, 2019 14:16
Embed
What would you like to do?
Usage example of https://gist.github.com/akaita/63cd58a1c91b81313cb50316a22e899c custom tag for Coldfusion cache busting
<cfimport prefix="divvy" taglib="/customTags">
...
...
<!--- <script src="/js/myscript.js"></script> --->
<akaita:js_script src="/js/myscript.js"></akaita:js_script>
...
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment