Skip to content

Commit

Permalink
comment out broken code, phetsims/perennial#120
Browse files Browse the repository at this point in the history
  • Loading branch information
pixelzoom committed Jan 15, 2019
1 parent c8f3764 commit dc41989
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion js/grunt/generateConfig.js
Original file line number Diff line number Diff line change
Expand Up @@ -68,5 +68,6 @@ module.exports = async function( repo, relativeFile, launchSuffix ) {
// Write to the repository's root directory.
grunt.file.write( `../${repo}/${relativeFile}`, configJS );

await updateCopyrightDate( repo, relativeFile );
//TOOD https://github.com/phetsims/perennial/issues/120, this causes 'grunt create-sim' to fail
// await updateCopyrightDate( repo, relativeFile );
};

0 comments on commit dc41989

Please sign in to comment.