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

please suport bower with dist/jquery.sparkline.min.js #184

Open truongthaison opened 7 years ago

truongthaison commented 7 years ago

I use bower but dose not jquery.sparkline.min.js in dist. Please add it!

ark4n631 commented 7 years ago

I want this feature too, i have automated bower dependencies, and you put the folder dist empty, or you could make a gulp, grunt process to auto-generate the minified version so i can re-create that when i build.

Please add this feature would be really great.

Thanks in advance is a great JS Library.

periplox commented 7 years ago

Need this too, please!

rodrigobutta commented 7 years ago

Hi! Dist folder wont have the compiled files. Cant upload them neither due to lack of push permissions.

CoryLiseno commented 7 years ago

Would really love for "dist" to be populated with the jquery.sparkline.min.js file. Any update on this?

dstep2007 commented 7 years ago

+1 please add bower compatibility

shawe commented 7 years ago

Bower support is added: https://libraries.io/bower/jquery.sparkline

The problem is that require manually: cd YOUR/VENDOR/PATH/sparkline; make

or more correctly, something like that in bower.json:

"scripts": { "postinstall": [ "./build.sh", ], "postupdate": [ "./build.sh", ] }

where build.sh do a "make"