-
Notifications
You must be signed in to change notification settings - Fork 18
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
How should themes and site variables be integrated? #27
Comments
I have the same question. Oliverlloyd, let me know if you figure it out |
Oliverlloyd. If you go into your .meteor folder, you'll see that when you install nooitaf:semantic-ui through terminal, you don't get the same file structure as you do if you look through the files here on github. I still havent't figured it out, but maybe that will help you |
Sorry for the late reply. This should be possible in the future, but at the moment its not. You can however remove this package and add the I might think something like this.. client/lib/semantic-ui/{src folder contents here}
# and dont forget
meteor add less This package will change to support theming, but meteor doesn't make it easy at the moment : |
Amazing news about the official integration - Meteor and Semantic put together properly is a formidable combination. Well done. Note. For others trying to get this temp. workaround setup then you'll have to change the name of Font-Awesome is also broken but should be fairly simple to patch. |
To hack fonts to work you can just put a copy of them in the /public folder; either using the folder structure expected in the request:
or using a symbolic link. |
afaik symbolic links disappear on deployment. |
+1 I look forward to official support of theming. |
I'm just wondering if there is any timeline for it? |
+1 |
+1 |
FYI - Stumbled across an issue using the src folder method. Modals and other modules relying on transition were not working for me. The culprit turned out to be not using autoprefixer. The solution was to remove the less meteor package and add the lauricio:less-autoprefixer package. |
Great info @dmalik, thanks for sharing :) |
+1 |
This is unacceptable! I spend almost an hour trying to customize it. Please, put a BIG warning that you DON'T support customizing in meteor. And remove this section from documentation on atmosphere. Seriously, for what I should know that there is a folder "/site" and it is EDITABLE. But it does not work! WTF!? |
@iSuslov wrong repo? |
I'd really like to use these features - it's stuff like this that makes Semantic so great - but it's not clear how this should work with Meteor.
Clearly the src file needs to exist somewhere but when I tried adding it I couldn't make Semantic pick up my config changes.
If you have an idea how this should be done and could find the time to add an example that would be amazing.
The text was updated successfully, but these errors were encountered: