Hi,
I’d like to have page files and partials in the source
directory but also be able to pull in files outside the middleman directory (i.e. ../app/views/shared
– in this case it’s inside a Rails app)
Is that possible? I assume there is a source path defined somewhere and if it’s an array, I could just push the additional paths.
Thanks