Skip to content

Commit

Permalink
Build: Update build/site-set-version.js to account for browser.md
Browse files Browse the repository at this point in the history
Follows-up 68d30ec, which added docs/browser.md.
  • Loading branch information
Krinkle committed Aug 19, 2024
1 parent fbda62b commit f86ad31
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
1 change: 1 addition & 0 deletions build/site-set-version.js
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@ const files = {
...cdnLinks
],
'docs/intro.md': [...cdnLinks],
'docs/browser.md': [...cdnLinks],
'docs/resources/example-add.html': [...cdnLinks],
'docs/resources/example-fail.html': [...cdnLinks],
'docs/resources/example-index.html': [...cdnLinks]
Expand Down
4 changes: 2 additions & 2 deletions docs/browser.md
Original file line number Diff line number Diff line change
Expand Up @@ -24,11 +24,11 @@ QUnit releases are standalone and require no runtime dependencies for use in the
<html>
<meta charset="utf-8">
<title>QUnit</title>
<link rel="stylesheet" href="https://code.jquery.com/qunit/qunit-2.21.0.css">
<link rel="stylesheet" href="https://code.jquery.com/qunit/qunit-2.22.0.css">
<body>
<div id="qunit"></div>
<div id="qunit-fixture"></div>
<script src="https://code.jquery.com/qunit/qunit-2.21.0.js"></script>
<script src="https://code.jquery.com/qunit/qunit-2.22.0.js"></script>
<!-- <script src="your_app.test.js"></script> -->
</body>
</html>
Expand Down

0 comments on commit f86ad31

Please sign in to comment.