Dustin Diaz
Dustin Diaz
remove `.js` from the extension...
nope. it wouldn't be difficult at all. and script.js should in fact be able to support the ability to say `$script.ready('jquery', fn)` without having to define it first. Thus whenever...
but in other words I'll look into it
ha. right on. i can do that
what was the problem? everything has been working fine for the last few years. there is also a minified version in the repo that works well
interesting, i'll have a stab at getting this in one way or another
hey guys, i've been bad at responding to a number of things lately and really need a new maintainer for this repo (the code is still good, i promise ;)...
If editing your version of jQuery is not an option, do as the readme says: ``` js $script(['cdn.google.com/jquery.js', 'my-jquery-plugin.js'], 'bundle') ``` and in `my-jquery-plugin.js` ... ``` js $script.ready('bundle', function ()...
interesting. i'll have a look
there are general bugs overall when introducing @'s that need to be resolved.