Skip to content

Commit

Permalink
Supporting built version of aqua CT, see #88
Browse files Browse the repository at this point in the history
  • Loading branch information
jonathanolson committed Apr 16, 2020
1 parent d44fa32 commit 4c923e3
Show file tree
Hide file tree
Showing 3 changed files with 28 additions and 1 deletion.
25 changes: 25 additions & 0 deletions html/local-built-report.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,25 @@
<!DOCTYPE html>
<html lang="en">
<!--
Displays a self-updating report of continuous test results based on the continuous-server.js prototype.
See local-report.js
-->
<head>
<meta charset="utf-8"/>
<meta http-equiv="X-UA-Compatible" content="IE=edge"/>

<title>Continuous Testing</title>
</head>

<body>
<script src="../../assert/js/assert.js"></script>
<script src="../../tandem/js/PhetioIDUtils.js"></script>
<script src="../../sherpa/lib/jquery-2.1.0.js"></script>
<script src="../../sherpa/lib/lodash-4.17.4.min.js"></script>
<script src="../../sherpa/lib/himalaya-0.2.7.js"></script>
<script src="../../sherpa/lib/he-1.1.1.js"></script>
<script src="../../query-string-machine/js/QueryStringMachine.js"></script>

<script src="../build/aqua.min.js"></script>
</body>
</html>
1 change: 0 additions & 1 deletion html/local-report.html
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,6 @@
<script src="../../sherpa/lib/himalaya-0.2.7.js"></script>
<script src="../../sherpa/lib/he-1.1.1.js"></script>
<script src="../../query-string-machine/js/QueryStringMachine.js"></script>
<!-- <script src="../../scenery/build/scenery.min.js"></script> -->

<script type="module" src="../js/aqua-main.js"></script>
</body>
Expand Down
3 changes: 3 additions & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -26,5 +26,8 @@
"kite": false,
"scenery": false
}
},
"phet": {
"buildStandalone": true
}
}

0 comments on commit 4c923e3

Please sign in to comment.