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.
The following does not currently work:
When we added the
_template.jsonand theREADME.mdfiles we forgot to test that theall-langbuild option for building all locale versions of axe-core worked. We need to ignore those two files from the code path.