inukshuk / citeproc-ruby

A Citation Style Language (CSL) Cite Processor
101 stars 22 forks source link

Requirement loading order #2

Closed bcogrel closed 13 years ago

bcogrel commented 13 years ago

Hi,

I had a problem when loading your application :

NameError: uninitialized constant CiteProc::Format::Default from citeproc-ruby-0.0.1/lib/plugins/formats/html.rb:3:in `module:Format'

So I changed the loading order to be ensure Default class to be loaded before HTML.

The first time I deployed citeproc, it worked but not the second time. It seems a little bit haphazard… By the way, thanks for your application!

inukshuk commented 13 years ago

Thanks for spotting this issue! Let me know if you run into any other problems (this is all very experimental still).