Skip to content

Commit

Permalink
⚡ Internal: Bundle most node_modules and ct.IDE's scripts into one fi…
Browse files Browse the repository at this point in the history
…le. This makes loading ct.IDE faster, as well as reduces the bundle size and install time.

It also drops --mixed-context nw.js flag and thus skips some of the blocking nw.js bugs!

Squashed commit of the following:

commit 284575a
Author: Cosmo Myzrail Gorynych <[email protected]>
Date:   Sat May 11 17:20:14 2024 +1200

    :pencil: Add some comments to the gulpfile

commit 90c8c34
Author: Cosmo Myzrail Gorynych <[email protected]>
Date:   Sat May 11 17:11:35 2024 +1200

    :bug: Fix double-bundling of @pixi/sound that led to sounds not playing

commit 11c3e14
Author: Cosmo Myzrail Gorynych <[email protected]>
Date:   Sat May 11 16:56:22 2024 +1200

    :bug: Prevent dragging sound thumbnails in the sound editor

commit ac68712
Author: Cosmo Myzrail Gorynych <[email protected]>
Date:   Sat May 11 16:55:56 2024 +1200

    :bug: Fix themes not hot-reloading

commit 1e3a67a
Author: Cosmo Myzrail Gorynych <[email protected]>
Date:   Sat May 11 16:35:02 2024 +1200

    :zap: Use separate node.js contexts (YAY), bundle monaco-editor into the JS bundle (YAY), move @neutralinojs/neu into node_modules (not yay)

commit c437420
Author: Cosmo Myzrail Gorynych <[email protected]>
Date:   Sat May 11 01:49:36 2024 +1200

    :construction: Checkpoint!
    TODO: replace the QR-code generation lib with an npm module
  • Loading branch information
CosmoMyzrailGorynych committed May 11, 2024
1 parent 09412d4 commit 0eb0846
Show file tree
Hide file tree
Showing 198 changed files with 29,592 additions and 23,507 deletions.
4 changes: 4 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -39,11 +39,15 @@ desktop\.ini
.directory

# Generated files
*.js.map
*.css.map
src/typedefs/ct.js/types.d.ts
app/data/ctLibJSDocAst.json
app/data/ct.shared/ctSound.js
app/data/ct.release/**
app/data/ct.shared/**
app/data/monaco-workers/**
app/data/codicon-TEAEXHHG.ttf
app/examples
app/templates
app/bundledAssets
Expand Down
Loading

0 comments on commit 0eb0846

Please sign in to comment.