You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Very similar from #913 (comment), we may want to apply the pattern developed over there for package.json files to build-local.json. Marking on hold for now.
Also during the meeting @samreid mentioned that we support a schema-type module for our build-local.json, but that is not true from what I see here in chipper's Gruntfile.js:
// Handle the lack of build.jsonletbuildLocal;try{buildLocal=grunt.file.readJSON(process.env.HOME+'/.phet/build-local.json');}catch(e){buildLocal={};}
Perhaps the next step will be to do the same thing for build-local.
The text was updated successfully, but these errors were encountered:
Oh I see! I didn't find it in chipper! Perhaps we can use the same sort of pattern as was discussed in #913 to make this available to chipper's grunt file as well. This will be more consistent for all repos.
Very similar from #913 (comment), we may want to apply the pattern developed over there for package.json files to build-local.json. Marking on hold for now.
Perhaps the next step will be to do the same thing for build-local.
The text was updated successfully, but these errors were encountered: