Skip to content

Commit

Permalink
Updating XHTML paths, see #744
Browse files Browse the repository at this point in the history
  • Loading branch information
jonathanolson committed Mar 29, 2019
1 parent 1efe72f commit c516c7a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion js/grunt/packageXHTML.js
Original file line number Diff line number Diff line change
Expand Up @@ -49,6 +49,6 @@ module.exports = function( xhtmlDir, config ) {
PHET_HTML_HEADER: htmlHeader,
PHET_SIM_SCRIPTS: `<script type="text/javascript" src="${scriptFilename}" charset="utf-8"></script>`
} );
grunt.file.write( `${xhtmlDir}/${repo}_all_${brand}.html`, xhtml );
grunt.file.write( `${xhtmlDir}/${repo}_all${brand === 'phet' ? '' : `_${brand}`}.xhtml`, xhtml );
grunt.file.write( `${xhtmlDir}/${scriptFilename}`, script );
};

0 comments on commit c516c7a

Please sign in to comment.