Skip to content

Commit

Permalink
Add a code comment, see #746
Browse files Browse the repository at this point in the history
  • Loading branch information
samreid committed Feb 15, 2023
1 parent c6e9fd0 commit 32b09aa
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion js/grunt/buildRunnable.js
Original file line number Diff line number Diff line change
Expand Up @@ -278,8 +278,9 @@ module.exports = async function( repo, minifyOptions, instrument, allHTML, brand
} );

grunt.file.write( allHTMLFilename, allHTMLContents );
grunt.file.write( `${allHTMLFilename}.gz`, zlib.gzipSync( allHTMLContents ) );

// Add a compressed file to improve performance in the iOS app, see https://github.com/phetsims/chipper/issues/746
grunt.file.write( `${allHTMLFilename}.gz`, zlib.gzipSync( allHTMLContents ) );
}

// Debug build (always included)
Expand Down

0 comments on commit 32b09aa

Please sign in to comment.