-
Notifications
You must be signed in to change notification settings - Fork 3
Open
Labels
enhancementNew feature or requestNew feature or request
Description
Pulling out this comment from discussion in https://github.com/stamen/aws-map-styles/pull/1060.
Basically, in our workflows we almost always run build-styles followed by clean-styles, and while the clean script outputs a list of filenames that it's cleaning, the earlier and much longer-running build script does not.
Timing it for one example: I get 45 seconds of no output while it's building the styles, and then when it starts cleaning them, I get 7 seconds of filenames outputted so I can see progress. Then it's finished. Since the build process is so much longer than the clean process, I'd also like to see the filenames printed when the build is happening, and then see them printed again when they're getting cleaned.
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
enhancementNew feature or requestNew feature or request