From 7e58e064867b3dcd04cdfede2d5426c47154e2a4 Mon Sep 17 00:00:00 2001 From: Sam Reid Date: Fri, 12 Apr 2024 08:47:58 -0600 Subject: [PATCH] Point to chipper's gruntMain.js instead of chipper's Gruntfile.js, see https://github.com/phetsims/chipper/issues/1272 --- Gruntfile.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Gruntfile.js b/Gruntfile.js index 4fbaf6c..35c7154 100644 --- a/Gruntfile.js +++ b/Gruntfile.js @@ -3,4 +3,4 @@ /* eslint-env node */ // use chipper's gruntfile -module.exports = require( '../chipper/js/grunt/Gruntfile.js' ); \ No newline at end of file +module.exports = require( '../chipper/js/grunt/gruntMain.js' ); \ No newline at end of file