[PR #1230] [MERGED] 🔧 improved dev-server - enable asset cache #3610

Closed
opened 2026-02-28 20:44:10 -06:00 by GiteaMirror · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/actualbudget/actual/pull/1230
Author: @MatissJanis
Created: 6/29/2023
Status: Merged
Merged: 6/30/2023
Merged by: @MatissJanis

Base: masterHead: matiss/improved-devserver


📝 Commits (3)

  • a6abca7 🔧 improved dev-server - enable asset cache
  • cc20cdd Release notes
  • 7ec35b4 Merge branch 'master' into matiss/improved-devserver

📊 Changes

4 files changed (+21 additions, -4 deletions)

View changed files

📝 packages/desktop-client/config-overrides.js (+13 -4)
📝 packages/desktop-client/package.json (+1 -0)
upcoming-release-notes/1230.md (+6 -0)
📝 yarn.lock (+1 -0)

📄 Description

Bringing back asset caching. This means we won't need to do a full re-build for every change.

I had previously disabled caching because the backend changes (kcab) were not picked up properly. But now that should be fixed too.


🔄 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/1230 **Author:** [@MatissJanis](https://github.com/MatissJanis) **Created:** 6/29/2023 **Status:** ✅ Merged **Merged:** 6/30/2023 **Merged by:** [@MatissJanis](https://github.com/MatissJanis) **Base:** `master` ← **Head:** `matiss/improved-devserver` --- ### 📝 Commits (3) - [`a6abca7`](https://github.com/actualbudget/actual/commit/a6abca7cf033262c998834cc5e9877223d678022) :wrench: improved dev-server - enable asset cache - [`cc20cdd`](https://github.com/actualbudget/actual/commit/cc20cdd60a34f2637c14c968b823e7b5598ab463) Release notes - [`7ec35b4`](https://github.com/actualbudget/actual/commit/7ec35b44088d65b741dc252d800765845b721b98) Merge branch 'master' into matiss/improved-devserver ### 📊 Changes **4 files changed** (+21 additions, -4 deletions) <details> <summary>View changed files</summary> 📝 `packages/desktop-client/config-overrides.js` (+13 -4) 📝 `packages/desktop-client/package.json` (+1 -0) ➕ `upcoming-release-notes/1230.md` (+6 -0) 📝 `yarn.lock` (+1 -0) </details> ### 📄 Description Bringing back asset caching. This means we won't need to do a full re-build for every change. I had previously disabled caching because the backend changes (kcab) were not picked up properly. But now that should be fixed too. --- <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-02-28 20:44:10 -06:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: github-starred/actual#3610