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

handle minification failure gracefully #519

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Commits on Mar 21, 2018

  1. handle minification failure gracefully

    Fixes: gruntjs#409
    
    Whenever the minification of a file fails, the task fails with the
    error 'min' is not available in 'undefined'.
    
    This patch allows the task to continue to the next file without
    making any changes to the contents of the file in the destination.
    Also, this introduces a new configuration option `skipErrors`, so
    that the users can specify that in the task level options to override
    the default behaviour.
    thefourtheye committed Mar 21, 2018
    Configuration menu
    Copy the full SHA
    de86db1 View commit details
    Browse the repository at this point in the history