-
-
Notifications
You must be signed in to change notification settings - Fork 337
New issue
Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? # to your account
Gulp install doesn't extend current settings #1485
Comments
Does |
Yes. I also edited I also tried to delete The error is not present if I clone the repo. |
So, according to the docs, you should run
but not
As you said in your previous post, |
What I'm saying is that some tasks are broken if I run them after installing fomantic using As I said before if I |
Same here. Trying to update fomantic-ui
It recognizes my existing semantic.json, but doesn't try to preserve the settings from it.
No matter which path I take I get the error at the start of this thread.
If I manually create
If I select the Custom path, it doesn't suggest my current settings as defaults. Here
My existing semantic.json {
"base": "semantic/",
"paths": {
"source": {
"config": "src/theme.config",
"definitions": "src/definitions/",
"site": "src/site/",
"themes": "src/themes/"
},
"output": {
"packaged": "../public/dist/",
"uncompressed": "../public/dist/components/",
"compressed": "../public/dist/components/",
"themes": "../public/dist/themes/"
},
"clean": "../public/dist/"
},
"permission": "744",
"autoInstall": false,
"rtl": false,
"version": "2.8.8",
"components": ["reset", "site", "button", "container", "divider", "emoji", "flag", "header", "icon", "image", "input", "label", "list", "loader", "rail", "reveal", "segment", "step", "breadcrumb", "form", "grid", "menu", "message", "table", "ad", "card", "comment", "feed", "item", "statistic", "accordion", "calendar", "checkbox", "dimmer", "dropdown", "embed", "modal", "nag", "placeholder", "popup", "progress", "slider", "rating", "search", "shape", "sidebar", "sticky", "tab", "text", "toast", "transition", "api", "form", "state", "visibility", "reset", "site", "button", "container", "divider", "emoji", "flag", "header", "icon", "image", "input", "label", "list", "loader", "rail", "reveal", "segment", "step", "breadcrumb", "form", "grid", "menu", "message", "table", "ad", "card", "comment", "feed", "item", "statistic", "accordion", "calendar", "checkbox", "dimmer", "dropdown", "embed", "modal", "nag", "placeholder", "popup", "progress", "slider", "rating", "search", "shape", "sidebar", "sticky", "tab", "text", "toast", "transition", "api", "form", "state", "visibility"]
} |
I tried removing my semantic.json file and semantic directory and follow the documantion. $ cd node_modules/fomantic-ui
$ npx gulp install It creates semantic.json along with the source and output paths under node_modules. The semantic.json has some of the custom paths I selected, but not all:
So my current fomantic-ui update procedure is:
|
There are many mentioned issues here, so lets summarize:
|
Original issue is now fixed by #2675 by telling the user when |
Thanks for the prompt response. I'll see how it goes on the next update. |
Bug Report
When I run
npx gulp install
I can't complete the task because I get an error. I can change fomantic settings only by editingsemantic.json
.I found only this #179 (comment).
Steps to reproduce
npm install fomantic-ui
My folder looks like this
Version
Fomantic: 2.8.4
Gulp: 4.0.2
Node: 12.16.3
NPM: 6.14.5
The text was updated successfully, but these errors were encountered: