Skip to content

Option to print out which styles are being built #34

@almccon

Description

@almccon

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.

Metadata

Metadata

Assignees

No one assigned

    Labels

    enhancementNew feature or request

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions