You can close this thread..
Resolved by using app.loadJQueryUI()
Is there any utility/method in NodeBB for preloading/loading template file *.tpl
(I need it as a String)?
Or fs
is a best practice for such task?
I'm curious about the same thing
templates.render ('tpl/name', {}, function() {
// templates.cache['tpl/name']
});
I think so anyways, I'm writing this from my phone