Skip to content
This repository has been archived by the owner on Sep 1, 2022. It is now read-only.

Beep when done #91

Closed
tenhobi opened this issue Mar 27, 2015 · 2 comments
Closed

Beep when done #91

tenhobi opened this issue Mar 27, 2015 · 2 comments

Comments

@tenhobi
Copy link

tenhobi commented Mar 27, 2015

Hi, I want to make voice control for build. I wrote something like this below, but it is not working.
Does anybody know how to fix it? :)

It throws this error - http://prntscr.com/6lxpzu

// Compile Sass, autoprefix properties, generate CSS.
gulp.task('sass', function () {
    return sass('src/sass/style.scss', {style: 'compressed'})
        .pipe(autoprefixer())
        .pipe(rename('style.css'))
        .pipe(gulp.dest('src/css/'))
        .pipe(gutil.beep()); // beep when build is done
});
@sindresorhus
Copy link
Contributor

Support questions are better asked on StackOverflow:
http://stackoverflow.com/questions/tagged/gulp
Paste in the link to the question here so others can follow ;)

@tenhobi
Copy link
Author

tenhobi commented Mar 27, 2015

My question on stackoverflow - http://stackoverflow.com/questions/29300726/gulp-beep-when-done

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants