apneadiving / Google-Maps-for-Rails

Enables easy Google map + overlays creation in Ruby apps
https://apneadiving.github.io/
MIT License
2.26k stars 382 forks source link

Why installation of assets is needed? #358

Closed kuraga closed 11 years ago

kuraga commented 11 years ago

Hello!

I'm sorry very much because I think this is an old question. But I didn't find an aswer here.

Why installation of assets is needed? Why we need to copy files in our project? Why gem can't use its own hosted files?

Thanks!

apneadiving commented 11 years ago

Its possible, and I guess it's already the case, not sure though. The point is: everybody needs to refine the basic js behavior and must see it's internals, I want to show people the code.

v2.0 is meant to be much more OO and thus more flexible but I didn't take time to completely finish it yet.

Benjamin

kuraga commented 11 years ago

Yes, I confirm that vendor/assets files is available from gem. This part of generator is redundant.