Created
November 19, 2019 14:16
-
-
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
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<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