appsmithorg / appsmith

Platform to build admin panels, internal tools, and dashboards. Integrates with 25+ databases and any API.
https://www.appsmith.com
Apache License 2.0
34.34k stars 3.72k forks source link

Remove custom js libs from git commit when it's not edited #29835

Closed nayan-rafiq closed 1 month ago

nayan-rafiq commented 10 months ago

After a major refactor, we've ended up in a case where custom js libs are written to file for every git operation. This can lead to serious performance issue when the application has couple of js libs.

We should write the JS lib to file only when there's a change.

riteshkew commented 3 months ago

@nidhi-nair @sondermanish Can you confirm if this would be still relevant post Git DSL cleanup

riteshkew commented 1 month ago

Resolved as part of auto-commit