Skip to content
This repository has been archived by the owner on Jan 23, 2021. It is now read-only.

Support errLogToConsole from gulp-sass #38

Closed
wants to merge 1 commit into from
Closed

Support errLogToConsole from gulp-sass #38

wants to merge 1 commit into from

Commits on Mar 21, 2014

  1. Support errLogToConsole from gulp-sass

    https://www.npmjs.org/package/gulp-sass has a errLogToConsole option:
    
    If you pass errLogToConsole: true into the options hash, sass errors will be logged to the console instead of generating a gutil.PluginError object. Use this option with gulp.watch to keep gulp from stopping every time you mess up your sass.
    
    I've implemented the same functionality in this PR. 
    
    First gulp plugin contribution so the implementation style might not be correct. :)
    leevigraham committed Mar 21, 2014
    Configuration menu
    Copy the full SHA
    eb8481c View commit details
    Browse the repository at this point in the history