ancarebeca / FullCalendarBundle

Symfony3 integration with the library FullCalendar.js
36 stars 38 forks source link

Remove frontend dependencies from repository #26

Open garak opened 7 years ago

garak commented 7 years ago

You shouldn't include your frontend dependencies inside bundle repository, it's a bad practice. Instead, you should specify in documentation the versions of your frontend dependencies you support, and suggest a possible installation method (e.g. using bower, or npm, or a CDN)

ancarebeca commented 7 years ago

Thank you @garak, you are right It was on my TODO list.