sbstjn / timesheet.js

JavaScript library for HTML5 & CSS3 time sheets
https://sbstjn.github.io/timesheet.js
MIT License
6.94k stars 548 forks source link

Install via Bower #25

Open chrishutchinson opened 9 years ago

chrishutchinson commented 9 years ago

Would be great if this could be registered as a Bower package for quick installation!

igormukhingmailcom commented 9 years ago

+1 http://bower.io/docs/creating-packages/#register

sbstjn commented 9 years ago

Nice idea, thanks!

cahlan commented 9 years ago

+1

sbstjn commented 9 years ago

Please use the following command

bower install https://github.com/sbstjn/timesheet.js.git

chrishutchinson commented 9 years ago

Whilst the above can be done, for folks like me who use the Yeoman Webapp and Angular generators (that use Grunt for dealing with this sort of thing), having it registered formally as a Bower package will automatically reference any CSS and JS in my app code, without me having to manually reference it.

I'm happy to submit a PR to include a proper bower.json file, you'll just have to register it yourself with Bower for it to appear in their package search results.

sbstjn commented 9 years ago

It's now available via bower install timesheet.js as well …

sbstjn commented 9 years ago

Now do your magic @chrishutchinson :)