Skip to content

Commit

Permalink
fix path, #28
Browse files Browse the repository at this point in the history
  • Loading branch information
zepumph committed Feb 15, 2021
1 parent aa0f7ac commit 04a7561
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion js/generate.js
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ console.log( 'streaming to ' + OUTPUT_FILE );
try {

// TODO: this assumes we only need image from two repos, see https://github.com/phetsims/binder/issues/28
fsExtra.copySync( __dirname + '/../../sun/docs/images', __dirname + '/../docs/images/sun' );
fsExtra.copySync( __dirname + '/../../sun/doc/images', __dirname + '/../docs/images/sun' );
fsExtra.copySync( __dirname + '/../../scenery-phet/images', __dirname + '/../docs/images/scenery-phet' );
}
catch( err ) {
Expand Down

0 comments on commit 04a7561

Please sign in to comment.