-
Notifications
You must be signed in to change notification settings - Fork 52
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
replace all minified script imports with base browser in examples
- Loading branch information
1 parent
528a67a
commit f02d18e
Showing
11 changed files
with
11 additions
and
11 deletions.
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 |
---|---|---|
|
@@ -6,7 +6,7 @@ | |
<title>Countdown Extension Example</title> | ||
<script src="https://unpkg.com/[email protected]"></script> | ||
<script src="https://unpkg.com/@jspsych/[email protected]"></script> | ||
<script src="../dist/index.browser.min.js"></script> | ||
<script src="../dist/index.browser.js"></script> | ||
<link href="https://unpkg.com/[email protected]/css/jspsych.css" rel="stylesheet" /> | ||
</head> | ||
<body> | ||
|
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 |
---|---|---|
|
@@ -7,7 +7,7 @@ | |
|
||
<script src="https://www.unpkg.com/[email protected]/dist/fabric.js"></script> | ||
|
||
<script src="../dist/index.browser.min.js"></script> | ||
<script src="../dist/index.browser.js"></script> | ||
</head> | ||
<body> | ||
|
||
|
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 |
---|---|---|
|
@@ -6,7 +6,7 @@ | |
<title>jspsych-gamepad plugin test</title> | ||
<link rel="stylesheet" href="https://unpkg.com/[email protected]/css/jspsych.css" /> | ||
<script src="https://unpkg.com/[email protected]"></script> | ||
<script src="../dist/index.browser.min.js"></script> | ||
<script src="../dist/index.browser.js"></script> | ||
</head> | ||
<body> | ||
<script> | ||
|
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 |
---|---|---|
|
@@ -6,7 +6,7 @@ | |
<title>jspsych-gamepad plugin test</title> | ||
<link rel="stylesheet" href="https://unpkg.com/[email protected]/css/jspsych.css" /> | ||
<script src="https://unpkg.com/[email protected]"></script> | ||
<script src="../dist/index.browser.min.js"></script> | ||
<script src="../dist/index.browser.js"></script> | ||
</head> | ||
<body> | ||
<script> | ||
|
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 |
---|---|---|
|
@@ -6,7 +6,7 @@ | |
<title>jspsych-gamepad plugin test</title> | ||
<link rel="stylesheet" href="https://unpkg.com/[email protected]/css/jspsych.css" /> | ||
<script src="https://unpkg.com/[email protected]"></script> | ||
<script src="../dist/index.browser.min.js"></script> | ||
<script src="../dist/index.browser.js"></script> | ||
</head> | ||
<body> | ||
<script> | ||
|
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 |
---|---|---|
|
@@ -6,7 +6,7 @@ | |
<title>jspsych-gamepad plugin test</title> | ||
<link rel="stylesheet" href="https://unpkg.com/[email protected]/css/jspsych.css" /> | ||
<script src="https://unpkg.com/[email protected]"></script> | ||
<script src="../dist/index.browser.min.js"></script> | ||
<script src="../dist/index.browser.js"></script> | ||
</head> | ||
<body> | ||
<script> | ||
|
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 |
---|---|---|
|
@@ -3,7 +3,7 @@ | |
<html> | ||
<head> | ||
<script src="https://unpkg.com/[email protected]"></script> | ||
<script src="../dist/index.browser.min.js"></script> | ||
<script src="../dist/index.browser.js"></script> | ||
<link href="https://unpkg.com/[email protected]/css/jspsych.css" rel="stylesheet" type="text/css" /> | ||
</head> | ||
<body> | ||
|
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 |
---|---|---|
|
@@ -3,7 +3,7 @@ | |
<html> | ||
<head> | ||
<script src="https://unpkg.com/[email protected]"></script> | ||
<script src="../dist/index.browser.min.js"></script> | ||
<script src="../dist/index.browser.js"></script> | ||
<link href="https://unpkg.com/[email protected]/css/jspsych.css" rel="stylesheet" type="text/css" /> | ||
</head> | ||
<body> | ||
|
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 |
---|---|---|
|
@@ -5,7 +5,7 @@ | |
<script src="https://unpkg.com/[email protected]/dist/index.browser.js"></script> | ||
<script src="https://unpkg.com/@jspsych/[email protected]/dist/index.browser.js"></script> | ||
<script src="https://unpkg.com/jszip/dist/jszip.js"></script> | ||
<script src="../dist/index.browser.min.js"></script> | ||
<script src="../dist/index.browser.js"></script> | ||
<link rel="stylesheet" href="https://unpkg.com/[email protected]/css/jspsych.css" /> | ||
</head> | ||
|
||
|
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 |
---|---|---|
|
@@ -5,7 +5,7 @@ | |
<script src="https://unpkg.com/[email protected]"></script> | ||
<!-- Example plugin an extension may work with --> | ||
<script src="https://unpkg.com/@jspsych/[email protected]"></script> | ||
<script src="../dist/index.browser.min.js"></script> | ||
<script src="../dist/index.browser.js"></script> | ||
<link href="https://unpkg.com/[email protected]/css/jspsych.css" rel="stylesheet" /> | ||
</head> | ||
<body> | ||
|
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 |
---|---|---|
|
@@ -5,7 +5,7 @@ | |
<script src="https://unpkg.com/[email protected]"></script> | ||
<!-- Example plugin an extension may work with --> | ||
<script src="https://unpkg.com/@jspsych/[email protected]"></script> | ||
<script src="../dist/index.browser.min.js"></script> | ||
<script src="../dist/index.browser.js"></script> | ||
<link href="https://unpkg.com/[email protected]/css/jspsych.css" rel="stylesheet" /> | ||
</head> | ||
<body> | ||
|