1.0.1 • Published 9 years ago

me-busy v1.0.1

Weekly downloads
2
License
MIT
Repository
github
Last release
9 years ago

Build Status

me-busy

An Angular directive providing a Google Now like busy indicator.

Prepare your environment

  • Install Node.js and NPM
  • Install global dev dependencies: npm install -g bower gulp
  • Install local dependencies: npm install && bower install from repository directory

Development commands

  • gulp to bundle, test and watch src files for changes
  • gulp watch to watch src files and bundle and test dist files when changed
  • gulp bundle to combine / minify CSS and jshint, combine, and uglify JS