cloud-gov / pages-core

cloud.gov Pages is a publishing platform for modern 21st Century IDEA websites.
https://cloud.gov/pages
Other
276 stars 68 forks source link

Decouple frontend rebuilds from API changes while developing locally #4649

Closed apburnes closed 2 weeks ago

apburnes commented 2 weeks ago

To improve rebuild times while developing locally, decouple the automatic, complete rebuild of the frontend application whenever the API is updated. Currently, a full rebuild of the frontend when a change occurs in the API but we do an incremental rebuild of the frontend when changes occur to it. Switching to use only incremental frontend builds after initial start will mean no long delays between changes.

Notes

Acceptance Criteria