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
this config needs to find its way into the TheemoService at run time, together with the detected themes. Currently the code for that lives in the lib source folder.
For information exchange, the contentFor() hook is used to aggregate the information and puts it as json into a <script> tag, which the the service is reading to receive the information.
The idea is to drop contentFor() hook and find a replacement. Ideas include:
Theemo is configured in
ember-cli-build.js
of your application:this config needs to find its way into the
TheemoService
at run time, together with the detected themes. Currently the code for that lives in thelib
source folder.For information exchange, the
contentFor()
hook is used to aggregate the information and puts it as json into a<script>
tag, which the the service is reading to receive the information.The idea is to drop
contentFor()
hook and find a replacement. Ideas include:index.html
, similar to Embroider: Inject Default theme via<link>
inindex.html
#40The text was updated successfully, but these errors were encountered: