-
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
Confused while [npm install semantic-ui & semantic.json] #5450
Comments
Hi @DrWifey, try changing the |
@Banandrew Thank you for input.. I tried it all... After |
@DrWifey The fact that it installs it in |
After editing *src folder: |
@DrWifey looks good. Which |
I followed this thread and edited |
@DrWifey Еverything is correct. We’ve limited GitHub issues to bug reports and feature requests to keep the board more manageable for maintainers, so I’ll be closing the thread. Please let me know if you’ll find that it’s actually an issue with the framework’s build tools, and we’ll reopen it in no time. In the meantime, if you’ll have more questions in the future, I’ll be happy to answer them in our Gitter chatroom. |
@Banandrew Please, tell me, after running |
@Banandrew Finally, I figured it out... In
But faced new problem providing local path to my font, because it is always relative to |
@DrWifey Sorry for the delay, you shouldn’t be requiring files from You should revert the changes to Let me know if you have more questions. |
Oh... I got it, I got why it made me so messy... Sorry... Can you suggest me how to change the instance of |
@DrWifey No problem at all. I know nothing about Angular, so I think it’s best to ask around Angular communities. |
I'm trying to prevent
semantic-ui
downloading fonts from googleapis site (and use my local fonts). I figured out that I should set@ImportGoogleFonts: false
but the problem is thatnpm-install
installs semantic-ui innode_modules/semantic-ui
folder and also creates folder that I set insemantic.json
.So it looks like:
I run
gulp build
and build was successfull and I got semantic-ui.css compiled with my fonts, but my app gets settings fromnode_modules/semantic-ui
notassets/semantic/
In that way it ignores everything I put into
site.variables
If I specify
base
folder as"node_modules/semantic-ui/"
as a result ofnpm install
I don't havesite/
folder at all!I'm so confused, please help me fix this.
The text was updated successfully, but these errors were encountered: