-
Notifications
You must be signed in to change notification settings - Fork 4
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Supporting built version of aqua CT, see #88
- Loading branch information
1 parent
d44fa32
commit 4c923e3
Showing
3 changed files
with
28 additions
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -26,5 +26,8 @@ | |
"kite": false, | ||
"scenery": false | ||
} | ||
}, | ||
"phet": { | ||
"buildStandalone": true | ||
} | ||
} |