[PR #1187] [MERGED] Clean up the public/ folder #52881

Closed
opened 2026-04-30 21:15:38 -05:00 by GiteaMirror · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/actualbudget/actual/pull/1187
Author: @j-f1
Created: 6/25/2023
Status: Merged
Merged: 6/28/2023
Merged by: @j-f1

Base: masterHead: jed/clean-up-public


📝 Commits (4)

  • 70c6e41 Remove unused CodeMirror-related files
  • f5d0c6d Remove .wasm files from public
  • 3fe2cf8 Copy sql-wasm.wasm and libofx.web.wasm from their original locations
  • 1cf1885 add release note

📊 Changes

8 files changed (+12 additions, -378 deletions)

View changed files

📝 packages/desktop-client/.gitignore (+1 -0)
packages/desktop-client/public/codemirror.css (+0 -341)
packages/desktop-client/public/libofx.web.wasm (+0 -0)
packages/desktop-client/public/monokai.css (+0 -36)
packages/desktop-client/public/sql-wasm-debug.wasm (+0 -0)
packages/desktop-client/public/sql-wasm.wasm (+0 -0)
📝 packages/loot-core/bin/build-browser (+5 -1)
upcoming-release-notes/1187.md (+6 -0)

📄 Description

  • Remove unused CSS files
  • Set up the .wasm files to be automatically copied in
  • sql-wasm-debug.wasm is removed entirely since we never use the debug/dev build of sql.js. This reduces the app download size by 1MB on the server side. It may be worth enabling the debug build automatically in the future?

🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.

## 📋 Pull Request Information **Original PR:** https://github.com/actualbudget/actual/pull/1187 **Author:** [@j-f1](https://github.com/j-f1) **Created:** 6/25/2023 **Status:** ✅ Merged **Merged:** 6/28/2023 **Merged by:** [@j-f1](https://github.com/j-f1) **Base:** `master` ← **Head:** `jed/clean-up-public` --- ### 📝 Commits (4) - [`70c6e41`](https://github.com/actualbudget/actual/commit/70c6e41856581c3ed5ee1bd353e7e7643fd83622) Remove unused CodeMirror-related files - [`f5d0c6d`](https://github.com/actualbudget/actual/commit/f5d0c6db8e0cfad34d03ae492233836e0297ee34) Remove .wasm files from public - [`3fe2cf8`](https://github.com/actualbudget/actual/commit/3fe2cf8d5143105bc30dd301b981723ffb4f4f7c) Copy sql-wasm.wasm and libofx.web.wasm from their original locations - [`1cf1885`](https://github.com/actualbudget/actual/commit/1cf1885a151b55e158ef2b258622b1aedbfbd6ea) add release note ### 📊 Changes **8 files changed** (+12 additions, -378 deletions) <details> <summary>View changed files</summary> 📝 `packages/desktop-client/.gitignore` (+1 -0) ➖ `packages/desktop-client/public/codemirror.css` (+0 -341) ➖ `packages/desktop-client/public/libofx.web.wasm` (+0 -0) ➖ `packages/desktop-client/public/monokai.css` (+0 -36) ➖ `packages/desktop-client/public/sql-wasm-debug.wasm` (+0 -0) ➖ `packages/desktop-client/public/sql-wasm.wasm` (+0 -0) 📝 `packages/loot-core/bin/build-browser` (+5 -1) ➕ `upcoming-release-notes/1187.md` (+6 -0) </details> ### 📄 Description - Remove unused CSS files - Set up the `.wasm` files to be automatically copied in - `sql-wasm-debug.wasm` is removed entirely since we never use the debug/dev build of sql.js. This reduces the app download size by 1MB on the server side. It may be worth enabling the debug build automatically in the future? --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
GiteaMirror added the pull-request label 2026-04-30 21:15:38 -05:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: github-starred/actual#52881