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 there, thanks for your work to bring semantic-ui to ember.
I'm trying to setup theming for my project but am struggling with setting-up a build flow for my project.
According to issue #237 semantic-ui ember does not pick up the configuration as documented in the docs.
What I did so far:
setup semantic.json and thus the semantic-less project to output the build-artifacts into the vendor folder.
tried to setup semantic-ui-ember to fetch these files instead of those from node_modules/semantic-ui-css
Hi there, thanks for your work to bring semantic-ui to ember.
I'm trying to setup theming for my project but am struggling with setting-up a build flow for my project.
According to issue #237 semantic-ui ember does not pick up the configuration as documented in the docs.
What I did so far:
vendor
folder.Here are the files:
semantic.json
ember-cli-build.js
How do I have to configure semantic-ui to pickup only the files form vendor folder?
The text was updated successfully, but these errors were encountered: