willscott / grunt-jasmine-firefoxaddon

Run jasmine specs in a Firefox addon
Apache License 2.0
0 stars 1 forks source link

copy additional resources, parse file globs #5

Closed agallant closed 9 years ago

agallant commented 9 years ago

Fix #3 - also enables file glob patterns for all options. This tool is now fairly functional, though loading resources within a Firefox addon is somewhat inevitably clunky. Specific caveats:

On the plus side, freedom.js does work just fine when pointed at a .json file (loads it and runs whatever module it has with it), so I think it will suffice for our tests.

agallant commented 9 years ago

I'm going to go ahead and merge this in the name of cutting an improved release, but am still very open to review/feedback as desired.