James Seabrook
James Seabrook
I would also like this, I want to register all my partials as global partials as I am migrating from one tool that previously did this to another.
I resolved this in the end with a custom function that traversed all folders and returned an array of folder paths that contained `.hbs` files in them.
Finally had chance to put this into practice and it works really well, click events are now operating without issue, but for me I had to include a clear of...
Much better solution, should have thought of that first.