pitr / angular-rails-templates

Use your angular templates with rails' asset pipeline
https://rubygems.org/gems/angular-rails-templates
MIT License
566 stars 169 forks source link

Empty page when deploying to sub-uri #157

Open kodvinci opened 6 years ago

kodvinci commented 6 years ago

I get an empty page when I deploy my app to a sub-uri, i.e. non-root folder, using capistrano. When I deploy the app to the root folder of a server, the templates show up as expected. Is there a configuration setting for RAILS_RELATIVE_URL_ROOT so that the paths of the templates are correctly written during assets precompile?