Skip to content

Commit

Permalink
Backwards-compatible patch for #744
Browse files Browse the repository at this point in the history
  • Loading branch information
jonathanolson committed Mar 28, 2019
1 parent 2f3993c commit b01f70c
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions js/grunt/packageXHTML.js
Original file line number Diff line number Diff line change
Expand Up @@ -49,5 +49,6 @@ module.exports = function( xhtmlDir, config ) {
PHET_SIM_SCRIPTS: `<script type="text/javascript" src="${scriptFilename}" charset="utf-8"></script>`
} );
grunt.file.write( `${xhtmlDir}/${repo}_all_phet.html`, xhtml );
grunt.file.write( `${xhtmlDir}/${repo}_all.xhtml`, xhtml );
grunt.file.write( `${xhtmlDir}/${scriptFilename}`, script );
};

0 comments on commit b01f70c

Please sign in to comment.