Giter Site home page Giter Site logo

gulp-notify-growl's People

Contributors

isimmons avatar mikaelbr avatar mollerse avatar pdehaan avatar yannickcr avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar

gulp-notify-growl's Issues

gulp-notify now support growl

Hi!

I've had to implement support for Growl on gulp-notify. When using gulp-notify in teams and some used Windows, it became impossible to handle.

Thank you so much for this module, though.

one notify if error and a different one if no error?

I want to pass a success notification but if there is an error, pass a fail notification. Looking at gulp-notify I can't figure out if this is possible but in case it has something to do with growl, thought I would ask here if you don't mind.

gulp.src('app/tests/*.php')
        .pipe(phpunit('.\\vendor\\bin\\phpunit', options))
        .on('error', notify.onError({
                    title: "Bad Doge!",
                    message: "Many Fail",
                    notifier: growlNotifier
        }))
        .pipe(notify({
                title: "Very Unit Test",
                message: "Such notify. So growl. Many Wow",
                notifier: growlNotifier
        }));

The code above probably isn't right but you should see what I am trying to do. This code sends the notification but it ignores my title and message and uses 'Gulp' for the title and the actual error for the message.

I also tried this and it just does nothing. It works to suppress the error in the cli keeping it from killing my watcher but it does not send a notification to growl.

.on('error', function(error) {
            notify({
                title: "Bad Doge!",
                message: "Many Fail",
                notifier: growlNotifier
            })
        })

Can you show an example if this is possible? Thank you

Peer [email protected] wants gulp-notify@^0.4.0

Can't install because of error

npm ERR! peerinvalid The package gulp-notify does not satisfy its siblings' peerDependencies requirements!
npm ERR! peerinvalid Peer [email protected] wants gulp-notify@^0.4.0

Is that whats going on when you guys do a version bump? You have to test everything out with the newest version of the dependency and then bump up the version?

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.