You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi, I am using theme_for_rails (version 0.4) for last two years. Now due to changes in requirement I want support custom themes directory so I tried to use initializer which set the path as config.themes_dir = ":root/themes/domain1". But it is throwing below error
Basically the earlier structure was pretty straightforward
e.g. themes/theme1
themes/theme2 etc.
Now I need slight modification in that
e.g. themes/domain1/theme1
themes/domain1/theme2
themes/domain2/theme1
themes/domain2/theme2
Is it possible to support this structure? Am I going in wrong direction?
Thanks in Advance.
The text was updated successfully, but these errors were encountered:
Hi, I am using theme_for_rails (version 0.4) for last two years. Now due to changes in requirement I want support custom themes directory so I tried to use initializer which set the path as config.themes_dir = ":root/themes/domain1". But it is throwing below error
Basically the earlier structure was pretty straightforward
e.g. themes/theme1
themes/theme2 etc.
Now I need slight modification in that
e.g. themes/domain1/theme1
themes/domain1/theme2
themes/domain2/theme1
themes/domain2/theme2
Is it possible to support this structure? Am I going in wrong direction?
Thanks in Advance.
The text was updated successfully, but these errors were encountered: