Coder Social home page Coder Social logo

stefanpenner / ember-cli-build-notifications Goto Github PK

View Code? Open in Web Editor NEW

This project forked from pdud/ember-cli-build-notifications

0.0 3.0 0.0 543 KB

Notifications when ember-cli has a buildError

License: MIT License

JavaScript 88.18% HTML 11.82%

ember-cli-build-notifications's Introduction

Ember-cli-build-notifications

This library adds support for Linux, Mac OS X and Windows alerts when ember-cli has a buildError and postBuild (When build is successful).

image image

Usage

npm install --save-dev ember-cli-build-notifications

Defaults and Overrides

Config Options Ember CLI Build Event Default
buildError buildError True
buildSuccess postBuild False

To override defaults, add the following to the config file {app}/config/build-notifications.js:

module.exports = {
  buildError: {
    notify: true,
    notificationOptions: {
      sound: true
    }
  },
  buildSuccess: {
    notify: true,
    notificationOptions: {
      sound: true
    }
  }
};

The notificationOptions settings are passed directly into node-notifier, see their docs for a full list of available settings

Requirements

  • Mac OS X: >= 10.8 or Growl if earlier.
  • Linux: notify-osd installed (Ubuntu should have this by default)
  • Windows: >= 8, task bar balloon if earlier or Growl if that is installed.
  • General Fallback: Growl

Powered by mikaelbr/node-notifier and its dependencies.

Contributing

Running Tests

  • npm test

Acknowledgment

License

MIT

ember-cli-build-notifications's People

Contributors

bennycwong avatar jfreemanactivecampaign avatar stefanpenner avatar ember-tomster avatar tchak avatar

Watchers

 avatar James Cloos avatar  avatar

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.