Jquery wave loader
Summary
Jquery plugin for creating wave loading effect
Building and running
- Run
npm install
inside project directory - Install bower
npm install -g bower
- Fetch bower dependencies
bower install
Now you can simply build app by gulp build
or gulp build-prod
for production. If you want to run server with livereload and watch for files change do gulp watch
.
Minified and development versions of plugin is under dist folder