Skip to content

Commit

Permalink
Merge remote-tracking branch 'origin/master'
Browse files Browse the repository at this point in the history
  • Loading branch information
zepumph committed Jan 16, 2019
2 parents 4ff2876 + 68fb1c9 commit 87435c2
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions js/grunt/generateConfig.js
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,9 @@
const ChipperStringUtils = require( '../common/ChipperStringUtils' );
const getPhetLibs = require( './getPhetLibs' );
const grunt = require( 'grunt' );
const updateCopyrightDate = require( './updateCopyrightDate' );

//TODO https://github.com/phetsims/perennial/issues/120, this causes 'grunt create-sim' to fail
// const updateCopyrightDate = require( './updateCopyrightDate' );

/**
* @param {string} repo
Expand Down Expand Up @@ -68,5 +70,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 );
//TODO https://github.com/phetsims/perennial/issues/120, this causes 'grunt create-sim' to fail
// await updateCopyrightDate( repo, relativeFile );
};

0 comments on commit 87435c2

Please sign in to comment.