I have a working production app in Ruby on Rails, which uses '.html.erb' files as partials. I need to convert those partials into Handlebar HBS templates.
I tried a gem called 'handlebar_assets', but it recommends to keep the templates in the default 'app/assets/javascripts/templates/abc' folder. But I have my templates inside 'app/public/javascripts/templates/abc'. It is not working in this case.
Appreciate your help in advance.
No responses yet.