-
Notifications
You must be signed in to change notification settings - Fork 10
Cache outputs of ng build #126
Copy link
Copy link
Open
Description
Describe the Enhancement
Some Node.JS buildpack users are building Angular apps. This buildpack participates in the build to run ng build to create static assets. As of angular 13, angular maintains a build cache by default. It could improve buildpack rebuild times if the buildpack saves the angular cache and restores it on rebuilds.
Possible Solution
Motivation
Speed up rebuilds of angular apps with buildpacks; take advantage of built-in caching that angular knows how to handle.
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels