sofadesign/limonade

option('views_dir' ... does not work

Closed this issue · 2 comments

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 ?

I had to stick it in a function called configure() to make it apply.