Skip to content

Instantly share code, notes, and snippets.

@akaita
Created November 19, 2019 14:16
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save akaita/148080b8e327a1b9e6fa07bbd9273937 to your computer and use it in GitHub Desktop.
Save akaita/148080b8e327a1b9e6fa07bbd9273937 to your computer and use it in GitHub Desktop.
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