Skip to content

Commit

Permalink
add fluent as a preload, see #168 and phetsims/joist#992
Browse files Browse the repository at this point in the history
  • Loading branch information
jessegreenberg committed Nov 14, 2024
1 parent 1873e1d commit bbec765
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 1 deletion.
6 changes: 5 additions & 1 deletion ohms-law_en.html
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,9 @@
"phet-io",
"adapted-from-phet"
],
"preload": [
"../sherpa/lib/fluent-0.13.0.min.js"
],
"simFeatures": {
"supportsSound": true,
"supportsInteractiveDescription": true
Expand Down Expand Up @@ -99,7 +102,8 @@
'../sherpa/lib/base64-js-1.2.0.js',
'../sherpa/lib/TextEncoderLite-3c9f6f0.js',
'../tandem/js/PhetioIDUtils.js',
'../perennial-alias/js/common/SimVersion.js'
'../perennial-alias/js/common/SimVersion.js',
'../sherpa/lib/fluent-0.13.0.min.js'
];

if ( brand === 'phet-io' ) {
Expand Down
3 changes: 3 additions & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,9 @@
"phet-io",
"adapted-from-phet"
],
"preload": [
"../sherpa/lib/fluent-0.13.0.min.js"
],
"simFeatures": {
"supportsSound": true,
"supportsInteractiveDescription": true
Expand Down

0 comments on commit bbec765

Please sign in to comment.