Hi,
I am a bit new to ruby and middleman and wanted to know how, if possible, to set the path of a local data file.
For a bit more clarity, The site already has localization working but I now need to add new data files, based on the users country and language.
I can get the at the existing data file (data/car.yml) via data.car.details.cfg but what I to do is set the reference to data.xx.xx.cfg
The reason for the file being separate is A) The new content is ~ 2k lines each and B) I have inherited the site I really do not want to rewrite a big section of it.
Is this possible or should I look for another way?
Thanks in advance.
Tim.