jsmacro
jsmacro copied to clipboard
@include allows using quotes around file name (and file names containing spaces)
Example:
//@include "../some file.js"
In my pull request #12 the include takes everything to the end of the line as its argument, so I think this may work already. I'd have to test it (or add a test for it :-) )