Usage example of https://gist.github.com/akaita/63cd58a1c91b81313cb50316a22e899c custom tag for Coldfusion cache busting
This file contains 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