tpruvot / fullcalendar

Year view implementation
http://epsy.ldtp.net/fullcalendar/demos/
MIT License
83 stars 26 forks source link

Readme correction #5

Closed brasofilo closed 10 years ago

brasofilo commented 10 years ago

Hi, Tanguy, _finally_ I've managed to make it work, ufa, ain't there an easier way? ;-) Great stuff, well worth it :+1:

In the readme you mention git clone git://github.com/arshaw/fullcalendar.git but I believe should be /tpruvot/ instead. Well, only that worked for me :)

Doubt: when we do a grunt, fullcalendar.js latest version is pulled from the repository and your repo merged into it to create the output, is that correct?

tpruvot commented 10 years ago

yep, arshaw is the original project without the year view.

no, grunt dev compiles the exploded source files to create the final/full js (one js file)

brasofilo commented 10 years ago

So, I don't understand this: how to compile the most updated arshaw version with yours? thx

tpruvot commented 10 years ago

This yearview is only available for the v1.6 branch. I dont plan to update to v2 line for the moment, which require a lot of time.

2014-09-20 23:06 GMT+02:00 Rodolfo Buaiz notifications@github.com:

So, I don't understand this: how to compile the most updated arshaw version with yours? thx

— Reply to this email directly or view it on GitHub https://github.com/tpruvot/fullcalendar/issues/5#issuecomment-56280371.

brasofilo commented 10 years ago

Oooook, got it. Thanks for the feedback!