Skip to content

thorstenweber83/webpack-blink1-notify

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

webpack-blink1-notify

Get notified about the status of your webpack build during development.

Installation

npm install webpack-blink1-notify --save-dev

Usage

In your webpack configuration file add:

var WebpackBlink1Notify = require('path-to/webpack-blink1-notify');
[...]
plugins: [
  new webpack-blink1-notify(),
]

Configuration

you can customize the LED Colors like this:

var WebpackBlink1Notify = require('path-to/webpack-blink1-notify');
[...]
plugins: [
  new webpack-blink1-notify({
		colors: {
			working: '#ffffff',
			fail: '#ff0000',
			ready: '#0000ff',
		},
	}),
]

TODO

  • publish npm package
helpful links for blink1

About

Get notified about webpack build status via http://blink1.thingm.com/

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published