Skip to content

Commit

Permalink
rename to grunt transpile, #1499
Browse files Browse the repository at this point in the history
  • Loading branch information
zepumph committed Oct 23, 2024
1 parent 6af2446 commit c964b6a
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
File renamed without changes.
2 changes: 1 addition & 1 deletion js/grunt/transpile.ts
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ type TranspileOptions = {
};

/**
* Function to support transpiling on the project. See grunt output-js
* Function to support transpiling on the project. See grunt transpile
*
* @author Sam Reid (PhET Interactive Simulations)
* @author Michael Kauzmann (PhET Interactive Simulations)
Expand Down
4 changes: 2 additions & 2 deletions js/scripts/transpile.js
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
// Copyright 2021-2024, University of Colorado Boulder

/**
* @deprecated - use `grunt output-js --watch`.
* @deprecated - use `grunt transpile --watch`.
* Command Line Interface (CLI) for TypeScript transpilation via babel. Transpiles *.ts and copies all *.js files to
* chipper/dist/js. Does not do type checking. Filters based on active-repos and subsets of directories within repos
* (such as js/, images/, and sounds/)
* TODO: Delete, and instead use grunt output-js, https://github.com/phetsims/chipper/issues/1499
* TODO: Delete, and instead use grunt transpile, https://github.com/phetsims/chipper/issues/1499
*
* Usage:
* cd chipper
Expand Down

0 comments on commit c964b6a

Please sign in to comment.