dequelabs / axe-core

Accessibility engine for automated Web UI testing
https://www.deque.com/axe/
Mozilla Public License 2.0
5.75k stars 746 forks source link

Using `all-lang` option for build doesn't work #4485

Closed straker closed 3 weeks ago

straker commented 3 weeks ago

The following does not currently work:

grunt build --all-lang
npm run build -- --all-lang

When we added the _template.json and the README.md files we forgot to test that the all-lang build option for building all locale versions of axe-core worked. We need to ignore those two files from the code path.