Skip to content

Commit

Permalink
Add phetioCompareAPIs to preloads and grunt update, see phetsims/phet…
Browse files Browse the repository at this point in the history
  • Loading branch information
samreid committed Mar 16, 2021
1 parent 395872f commit c30e379
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
2 changes: 1 addition & 1 deletion js/tappiStrings.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
6 changes: 6 additions & 0 deletions tappi_en.html
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,7 @@
"phet": {
"requirejsNamespace": "TAPPI",
"phetLibs": [
"bamboo",
"griddle"
],
"runnable": true,
Expand All @@ -48,6 +49,10 @@
};
window.phet.chipper.stringRepos =
[
{
"repo": "bamboo",
"requirejsNamespace": "BAMBOO"
},
{
"repo": "griddle",
"requirejsNamespace": "GRIDDLE"
Expand Down Expand Up @@ -102,6 +107,7 @@

if ( brand === 'phet-io' ) {
preloads = preloads.concat( [
'../chipper/js/phet-io/phetioCompareAPIs.js',
'../phet-io/js/phet-io-initialize-globals.js',
'../tappi/js/tappi-phet-io-overrides.js'
] );
Expand Down

0 comments on commit c30e379

Please sign in to comment.