From b7c916cd232a53e187ab9d50988fc62936b5a4f5 Mon Sep 17 00:00:00 2001 From: Michael Kauzmann Date: Fri, 15 Nov 2024 12:40:59 -0700 Subject: [PATCH] move gruntMain to commonjs/, https://github.com/phetsims/perennial/issues/410 --- Gruntfile.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Gruntfile.js b/Gruntfile.js index 011d258..d9d6524 100644 --- a/Gruntfile.js +++ b/Gruntfile.js @@ -2,4 +2,4 @@ // use chipper's gruntfile -module.exports = require( '../chipper/js/grunt/gruntMain.js' ); \ No newline at end of file +module.exports = require( '../chipper/js/grunt/commonjs/gruntMain.js' ); \ No newline at end of file