gwatts / jquery.sparkline

A plugin for the jQuery javascript library to generate small sparkline charts directly in the browser
http://omnipotent.net/jquery.sparkline/
1.24k stars 278 forks source link

missing jquery.sparkline.min.js #150

Open MikhaelGerbet opened 9 years ago

MikhaelGerbet commented 9 years ago

Hi, congratulation, this extention is greate !

But, for work with bower, we need file "jquery.sparkline.min.js" in your git.

Thank's for add ;)

danyim commented 8 years ago

I agree with this!

hanssens commented 8 years ago

Indeed, it would be great to not having to compile the plugin first in order to use it. By including the latest release files in the ~/dist folder, the plugin can be used with package managers like NPM and Bower without a sweat.

hanssens commented 8 years ago

... and @panzj seems to have created a PR for this already. Excellent!