vinsol / fullcalendar-rails-engine

Rails engine implementation of fullcalendar jQuery plugin(http://arshaw.com/fullcalendar/). Create, edit, delete, reschedule, resize events like google calendar.
http://vinsol.com/fullcalendar-demo
MIT License
66 stars 51 forks source link

application.css conflict with application.css.scss #5

Closed Maxthreve closed 10 years ago

Maxthreve commented 10 years ago

:cactus: the bundler requires an application.css file to append to, my app uses an application.css.scss. In order to satisfy the bundler I created a blank application.css. I was able to complete the bundler, however the new application.css overrides the old application.css.scss. Is there a work around for needing the application.css in the bundler, or do you have a recommendation for stopping the new css file from overriding the old css.sccs?

aditya-kapoor commented 10 years ago

Hi @Maxthreve, thank you for your patience and time. The issue has been replicated and will be fixed soon. The gem currently works only for application.css file only but we will extend it to use application.css.scss file also.

ehannes commented 9 years ago

Any news on this? I installed the engine today and I have the same problem.