-
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
[Grid] Styles are missing after the gulp build #6651
Comments
Probably 1/2 of the css is missing (accordion, card, checkbox, dimmer, etc). Not caused by 2.4.2, as I need to rollback to 2.3.3 for this to work again. No idea what in 2.4.0 introduced this issue, nothing in the changelog seems gulp related. Just noticing now because previously I was overriding previous |
@mcrawshaw I made sure the dist directory was clean every time I ran build. Also, sorry for not mentioning the problem persists from |
@giridharangm All good. Was trying to confirm your issue in more detail. Strange no one has picked it up already! |
Node version? OS? This works on Linux / Node v11.0.0 with no problems: mkdir test && cd test && npm init && npm install semantic-ui@latest && npx gulp --cwd semantic clean && npx gulp --cwd semantic build |
@ColinFrick Windows 10 x64 w/ both Node V10 and V11. Also, if it's a fresh install, then the installation hangs at creating LESS files step |
@giridharangm I also had the hanging problem but I updated to Node 10 and it was fine. It is currently a known issue. #6641 |
Fresh install works for me. It was something in my I've attached my semantic folder if anyone wishes to investigate further. @hammy2899 not sure the headline issue has been confirmed as a bug yet. |
Tried on WSL. Installation went fine (with audit errors) built the css (with grid.css). So, I guess it's just limited to Windows? 🤷♂️ |
Issue related to Semantic-Org/Semantic-UI-LESS#53 There is missing |
Steps
npm i semantic-ui@latest
)Automatic
installationgulp build
from./semantic
folderExpected Result
The
./dist/components
folder should havegrid.css
as well asgrid.min.css
and thedist/semantic.css
should have the CSS rule sets for the componentGrid
.Actual Result
There's no
grid.css
in thedist/components/
folder and no CSS rule sets indist/semantic.css
Version
2.4.2
The text was updated successfully, but these errors were encountered: