The GoInstant Widget Indicators component creates an indicator when some action is performed on an unfocused widget.
Sign up and build a GoInstant application today. You can learn more in our guides, and documentation.
Have questions? Contact us using this form or chat with us on IRC. #goinstant on Freenode.
- node.js >= 0.8.0
- grunt-cli installed globally
npm install -g grunt-cli
The following assumes that you have already installed the dependencies above.
git clone https://github.com/goinstant/widget-indicators.git
cd widget-indicators
npm install
The Widget Indicators component is built as a component.
Feel free to manually install dependencies and build using the component
command line tool.
For convenience, we've included a simple grunt command for installing component dependencies and building:
grunt build
If this command runs succesfully you'll now have components and build
directories in your Git repo root.
Tests are written in mocha. They're run in an HTML file.
Just open the test/index.html file to run the tests.
On Mac OS, you can just run this command to open the HTML Runner in your default browser:
open test/index.html
