option('views_dir' ... does not work
Closed this issue · 2 comments
evnix commented
option('views_dir', dirname(FILE).'/other/dir/for/views');
the above when executed works only for an instant,
but it(the set value) later gets updated to the default value, by the limonade framework.
try this,
16 commented
Did you solved this issue ?
phaza commented
I had to stick it in a function called configure() to make it apply.