-
Notifications
You must be signed in to change notification settings - Fork 1
Comparing changes
Open a pull request
base repository: phaserjs/editor-scripts-quick
base: phaser3
head repository: phaserjs/editor-scripts-quick
compare: main
- 18 commits
- 168 files changed
- 2 contributors
Commits on Dec 6, 2024
-
updated build script for vanilla js projects
Updated the build script to check if the `import` line for a file is referencing the editor scripts base package, and when there is a match the `import` statement will be changed from: ```js from "@phaserjs/editor-scripts-base.js"; ``` to ```js from "../../phaserjs_editor_scripts_base/index.js"; ``` This fix has a few limitations: * if any other npm packages are added to this library, this change will not fix those * the generated `phaserjs_editor_scripts_quick` needs to be placed at the root of the phaser editor project, next to the original location of the `phaserjs_editor_scripts_base` folder. Signed-off-by: Scott Westover <scottwestover2006@gmail.com>
Configuration menu - View commit details
-
Copy full SHA for f5b20b3 - Browse repository at this point
Copy the full SHA f5b20b3View commit details -
updated import path in generated browser files
Re-ran the `build-browser.js` script so files use the updated import path for the `@phaserjs/editor-scripts-base.js` npm package reference. Signed-off-by: Scott Westover <scottwestover2006@gmail.com>
Configuration menu - View commit details
-
Copy full SHA for f0f2e66 - Browse repository at this point
Copy the full SHA f0f2e66View commit details -
Merge pull request #1 from devshareacademy/build-script-updates
Updated the build script for the generated browser folder
Configuration menu - View commit details
-
Copy full SHA for 1df8fb7 - Browse repository at this point
Copy the full SHA 1df8fb7View commit details -
updated readme to include a note about the placement of the generated browser folder for vanilla js projects. Signed-off-by: Scott Westover <scottwestover2006@gmail.com>
Configuration menu - View commit details
-
Copy full SHA for c466559 - Browse repository at this point
Copy the full SHA c466559View commit details -
Merge pull request #2 from devshareacademy/build-script-updates
updated readme
Configuration menu - View commit details
-
Copy full SHA for 03982b4 - Browse repository at this point
Copy the full SHA 03982b4View commit details -
Merge pull request #2 from devshareacademy/main
[GH-1] update build script for browser folder to use a relative import statement for script base folder
Configuration menu - View commit details
-
Copy full SHA for 6e0e44f - Browse repository at this point
Copy the full SHA 6e0e44fView commit details
Commits on Apr 3, 2025
-
Configuration menu - View commit details
-
Copy full SHA for 02c39b7 - Browse repository at this point
Copy the full SHA 02c39b7View commit details -
Configuration menu - View commit details
-
Copy full SHA for 1ed896f - Browse repository at this point
Copy the full SHA 1ed896fView commit details -
Configuration menu - View commit details
-
Copy full SHA for 6b913a6 - Browse repository at this point
Copy the full SHA 6b913a6View commit details -
Configuration menu - View commit details
-
Copy full SHA for 351198a - Browse repository at this point
Copy the full SHA 351198aView commit details -
Configuration menu - View commit details
-
Copy full SHA for f4ae0f6 - Browse repository at this point
Copy the full SHA f4ae0f6View commit details
Commits on May 11, 2026
-
Configuration menu - View commit details
-
Copy full SHA for 2063adf - Browse repository at this point
Copy the full SHA 2063adfView commit details -
Configuration menu - View commit details
-
Copy full SHA for b51b05d - Browse repository at this point
Copy the full SHA b51b05dView commit details -
Configuration menu - View commit details
-
Copy full SHA for 1f32f2a - Browse repository at this point
Copy the full SHA 1f32f2aView commit details -
Configuration menu - View commit details
-
Copy full SHA for a48f579 - Browse repository at this point
Copy the full SHA a48f579View commit details -
Configuration menu - View commit details
-
Copy full SHA for bfe5250 - Browse repository at this point
Copy the full SHA bfe5250View commit details -
Configuration menu - View commit details
-
Copy full SHA for 0abd662 - Browse repository at this point
Copy the full SHA 0abd662View commit details -
Configuration menu - View commit details
-
Copy full SHA for 09175f0 - Browse repository at this point
Copy the full SHA 09175f0View commit details
This comparison is taking too long to generate.
Unfortunately it looks like we can’t render this comparison for you right now. It might be too big, or there might be something weird with your repository.
You can try running this command locally to see the comparison on your machine:
git diff phaser3...main