-
Notifications
You must be signed in to change notification settings - Fork 4.9k
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
Excluding components from semantic.css and avoid building individual component css #1501
Comments
The JSON extends a default json template file I'll fix this in ``1.4.1` today |
Fixed in release later today |
@jlukic Thanks! |
@jlukic so today I went ahead and did
I assume I'm making a detour? I would appreciate to hear your thoughts on this! |
and found out that components now can no longer be in semantic.json and have to be selected/commented-out in default.js |
Components should be read from |
@montecruiseto For discussion of issues with Bower and NPM see #1385. Bower and NPM both want you to treat the package folder as the same as a We need to retool build tools to resolve |
Hi, I'm starting on SemUI and it looks amazing. A real Bootstrap killer for me. Congrats on a heroic effort so far @jlukic.
2 questions though:
During gulp install I switched off several components in the wizard, but all the components still end up in my
semantic.css
builds for some reason. I've read everything on the Learn Semantic site a couple of times now, and dug into the gulpfile. I cannot find the answer to:semantic.css
really small? The only solution I found so far is to delete components from thesemantic.json.
semantic.css
file (which I have customized to my liking by throwing out everything I don't need).The text was updated successfully, but these errors were encountered: