Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Emit correct exit code on Sass compilation errors if env != development #19

Open
wants to merge 2 commits into
base: master
Choose a base branch
from

Commits on Apr 13, 2022

  1. Emit correct exit code on Sass compilation errors if env != development

    Use hard exit for prod, staging and testing environments (this
    is especially important for CI debugging) when Sass encounters
    compilation errors. On the other hand, it is useful to only emit
    "soft" errors during local development; it would be frustrating
    if watch/serve process would crash every time a Sass compilation
    is not successful (e.g. because of a typo).
    polarbirke committed Apr 13, 2022
    Configuration menu
    Copy the full SHA
    8b3bd49 View commit details
    Browse the repository at this point in the history

Commits on Apr 14, 2022

  1. Configuration menu
    Copy the full SHA
    8da7675 View commit details
    Browse the repository at this point in the history