elevation / event_calendar

Show multiple, overlapping events across calendar days and rows. Rails plugin.
http://dev.elevationblog.com/2009/7/23/event-calendar-rails-plugin
MIT License
948 stars 212 forks source link

Adding support for asset-pipeline (Rails >= 3.1). #77

Open wiseleyb opened 12 years ago

wiseleyb commented 12 years ago

Add --use-asset-pipeline and assets will be copied to app/assets.

It would have been easy to just check for File.directory?("app/assets") and copy there if it exists - but I added to the --user-asset-pipeline to keep it backwards compatible.