Skip to content

Commit

Permalink
Merge pull request #322 from hildjj/workflow
Browse files Browse the repository at this point in the history
Minor cleanups
  • Loading branch information
hildjj authored Jul 30, 2022
2 parents 7c91272 + d5cf326 commit fbf9935
Show file tree
Hide file tree
Showing 11 changed files with 1,842 additions and 2,740 deletions.
5 changes: 1 addition & 4 deletions .bs-config.js
Original file line number Diff line number Diff line change
Expand Up @@ -24,10 +24,7 @@ module.exports = {
"ignoreInitial": true,
},
"server": {
baseDir: "./docs",
routes: {
"/coverage": "./coverage/lcov-report",
},
baseDir: "./coverage/lcov-report",
},
"port": 5000,
"ghostMode": false,
Expand Down
3 changes: 2 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -52,11 +52,12 @@ Full documentation is available at [peggyjs.org](https://peggyjs.org/documentati
- [Discussions](https://github.com/peggyjs/peggy/discussions)
- [Browser Benchmark Suite](https://peggyjs.org/development/benchmark.html)
- [Browser Test Suite](https://peggyjs.org/development/test.html)
- [Discord Server](https://discord.gg/HU5tbEbwAB)

Peggy was originally developed by [David Majda](https://majda.cz/)
([@dmajda](http://twitter.com/dmajda)). It is currently maintained by
[Joe Hildebrand](https://github.com/hildjj) ([@hildjj](https://twitter.com/hildjj)).

You are welcome to contribute code. Unless your contribution is really trivial
you should [get in touch with us](https://github.com/peggyjs/peggy/discussions)
you should [get in touch with us](https://discord.gg/HU5tbEbwAB)
first — this can prevent wasted effort on both sides.
1 change: 1 addition & 0 deletions docs/development/test.html
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,7 @@
<script class="mocha-exec">
mocha.run(failures => {
const result = failures === 0 ? 'PASS' : 'FAIL';
// If you change the next line, please modifiy the regexp in web-test/index.js
const status = result + ': ' + failures + ' failures. Peggy Version: ' + browser.peggyVersion()
console.log(status);
const div = document.getElementById('results');
Expand Down
2 changes: 1 addition & 1 deletion docs/js/test-bundle.min.js

Large diffs are not rendered by default.

80 changes: 39 additions & 41 deletions docs/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading

0 comments on commit fbf9935

Please sign in to comment.