Skip to content

Commit

Permalink
Add text for grunt --help, see #1308
Browse files Browse the repository at this point in the history
  • Loading branch information
samreid committed Sep 27, 2022
1 parent ca7595f commit efe0513
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions js/grunt/Gruntfile.js
Original file line number Diff line number Diff line change
Expand Up @@ -431,10 +431,10 @@ Updates the normal automatically-generated files for this repository. Includes:
} ) );

// This is not run in grunt update because it affects dependencies and outputs files outside of the repo.
// Run on all repos via:
// for-each.sh perennial/data/active-repos npm install
// for-each.sh perennial/data/active-repos grunt generate-development-strings
grunt.registerTask( 'generate-development-strings',
'To support locales=* in unbuilt mode, generate a conglomerate JSON file for each repo with translations in babel. Run on all repos via:\n' +
'* for-each.sh perennial/data/active-repos npm install\n' +
'* for-each.sh perennial/data/active-repos grunt generate-development-strings',
wrapTask( async () => {
const generateDevelopmentStrings = require( '../scripts/generateDevelopmentStrings' );
const fs = require( 'fs' );
Expand Down

0 comments on commit efe0513

Please sign in to comment.