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
{{ message }}
This repository was archived by the owner on Aug 21, 2024. It is now read-only.
And I have installed ember-cli-less through npm. I have a theme.config in the root, and app.less and theme.less in the styles folder in the app directory. Am I missing something? The font files are actually in dist/assets/css/themes/default/assets/fonts/ when the ember server is started.
Fonts do not appear. The themes and site folder is also in the styles directory. I cloned the example app here and I get the same errors I get in my project.
I still get the errors:
Instead of app.css I have app.less, and in ember-cli-build.js I have:
var app = new EmberApp(defaults, {
lessOptions: {
paths: [
'bower_components/semantic-ui'
]
},
And I have installed ember-cli-less through npm. I have a theme.config in the root, and app.less and theme.less in the styles folder in the app directory. Am I missing something? The font files are actually in dist/assets/css/themes/default/assets/fonts/ when the ember server is started.
Fonts do not appear. The themes and site folder is also in the styles directory. I cloned the example app here and I get the same errors I get in my project.