dequelabs / axe-firefox-devtools

Integration of axe-core into the Firefox developer tools
17 stars 6 forks source link

JPM compatibility #9

Closed dsturley closed 9 years ago

dsturley commented 9 years ago

The CFX tool is deprecated and has been replaced with the NPM-based jpm

See also: https://blog.mozilla.org/addons/2015/02/26/jpm-replaces-cfx-for-firefox-38/

With JPM we could consume the NPM axe-core package.

dylanb commented 9 years ago

@dsturley I upgraded to jpm but using the node module directly is not directly supported because the require only works within the main.js file and we need to find a way to include it in the content scripts. This could be done using CFX or JPM but would result in a "node_modules" directory in the XPI.

If we want to make that change, lets make it as part of a separate issue - thoughts?