Is it possible to somehow require a scss file in the manifest by using a helper method?
/*
*= require_self
*= require '<%= current_tenant.name %>'
*/
This currently throws a couldn't find file '<%= current_tenant.name %>' error. I tried renaming application.scss to application.scss.erb but still won't work.
this worked for me in
application.css.erbI even tried like this
output I got is
so may be you should try like this. You need to wrap your embeded ruby code by double quotes