Load External JavaScript Files in on{X}
The other day I talked about the things I was playing with in on{X}. I like to use other frameworks or JavaScript libraries when I write my codez. Of course Iām going to want to do the same when writing rules in on{X}. This example shows how to load underscore.js for use in your on{X} rules.
This should work with most libraries that you can access anonymously and via HTTP.
Disclaimer: Use at your own risk, Iām still just learning how this all works. š