To load files in my theme, I use {{ theme:js file="bootstrap.min.js" }}
. But what if I want to load something from a CDN like http://code.jquery.com/jquery-1.9.1.js
.
I tried {{ theme:js file="http://code.jquery.com/jquery-1.9.1.js" }}
but that errors out.
Ideas?