Skip to content

Commit

Permalink
Fix lint, see phetsims/perennial#120
Browse files Browse the repository at this point in the history
  • Loading branch information
samreid committed Jan 15, 2019
1 parent dc41989 commit 68fb1c9
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 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,6 +70,6 @@ module.exports = async function( repo, relativeFile, launchSuffix ) {
// Write to the repository's root directory.
grunt.file.write( `../${repo}/${relativeFile}`, configJS );

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

0 comments on commit 68fb1c9

Please sign in to comment.