Skip to content

Commit

Permalink
docs(developer-guide): fix documented output dir path for grunt build…
Browse files Browse the repository at this point in the history
… artifacts (#1541)

`grunt build` produces axe.js and axe.min.js in the root folder. `dist` folder is not created.
  • Loading branch information
Mohan Raj Rajamanickam authored and stephenmathieson committed May 10, 2019
1 parent ed15ed3 commit e52d615
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion doc/developer-guide.md
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ Axe 3.0 supports open Shadow DOM: see our virtual DOM APIs and test utilities fo

### Building axe.js

To build axe.js, simply run `grunt build` in the root folder of the axe-core repository. axe.js and axe.min.js are placed into the `dist` folder.
To build axe.js, simply run `grunt build` in the root folder of the axe-core repository. axe.js and axe.min.js are placed into the root folder.

### Running Tests

Expand Down

0 comments on commit e52d615

Please sign in to comment.