Skip to content
This repository was archived by the owner on Jun 9, 2020. It is now read-only.
This repository was archived by the owner on Jun 9, 2020. It is now read-only.

Supressing log #22

Description

@adamreisnz

Hello,

cssmin is logging output to stderr or exiting with non-zero exit code, which is causing an error to be logged in our Maven build process, even though it completes fine, e.g.:

[INFO] $ run-p build:js build:css -s
[INFO] $ node-sass app/index.scss dist/foo.css --quiet
[INFO] $ postcss dist/foo.css -o dist/foo.css --use autoprefixer -b 'last 2 versions'
[ERROR] ✔ Finished dist/foo.css (361 ms)
[INFO] Done in 10.47s.

I've tried to look for a CLI option to silence logging but couldn't find any. Is there any way to supress these success log messages?

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions