Skip to content

Commit

Permalink
use asyncLoader instead of simLauncher, plus grunt update on accident,
Browse files Browse the repository at this point in the history
  • Loading branch information
zepumph committed Jan 22, 2021
1 parent ce473e5 commit 9b26f7c
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 1 deletion.
7 changes: 7 additions & 0 deletions calculus-grapher_en.html
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,9 @@
"grunt": "~1.1.0"
},
"phet": {
"phetLibs": [
"griddle"
],
"requirejsNamespace": "CALCULUS_GRAPHER",
"runnable": true,
"supportedBrands": [
Expand All @@ -50,6 +53,10 @@
"repo": "calculus-grapher",
"requirejsNamespace": "CALCULUS_GRAPHER"
},
{
"repo": "griddle",
"requirejsNamespace": "GRIDDLE"
},
{
"repo": "joist",
"requirejsNamespace": "JOIST"
Expand Down
2 changes: 1 addition & 1 deletion js/calculusGrapherStrings.js
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// Copyright 2020, University of Colorado Boulder
// Copyright 2021, University of Colorado Boulder

/**
* Auto-generated from modulify, DO NOT manually modify.
Expand Down

0 comments on commit 9b26f7c

Please sign in to comment.