Skip to content

Commit

Permalink
Move TODO, see phetsims/weddell#136
Browse files Browse the repository at this point in the history
  • Loading branch information
samreid committed Oct 15, 2024
1 parent 3ceb800 commit 4666a07
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions js/grunt/copyDirectory.js
Original file line number Diff line number Diff line change
Expand Up @@ -2,14 +2,11 @@

/**
* Copy a directory and all of its contents recursively
* TODO: This is used in weddell, so be careful in changing to TypeScript, see https://github.com/phetsims/chipper/issues/1465
* TODO: Use perennial-alias/copyDirectory instead, see https://github.com/phetsims/chipper/issues/1465
*
* TODO: This is used in weddell, so be careful in changing to TypeScript, see https://github.com/phetsims/weddell/issues/136
*
* @author Sam Reid (PhET Interactive Simulations)
*/


const _ = require( 'lodash' );
const assert = require( 'assert' );
const grunt = require( 'grunt' );
Expand Down

0 comments on commit 4666a07

Please sign in to comment.