Open neutraali opened 5 years ago
Are you using Meteor? The docs are about the Meteor integration
No, we're not.
Is there a way to define, config-wise, that we only want to install the default
theme?
Can confirm that gulp creates themes inside dist/ even though they were not used inside config or are actually disabled. Also, it copies over assets that are disabled for example flags.png gets copied even though i removed the flag component from semantic.json
We don't want/need any separate themes into our library folder, so following the docs we set up our
semantic.json
setup as follows:Beforehand, I made sure that
semantic-ui/src/themes
was empty and then ran:gulp --gulpfile node_modules/fomantic-ui/gulpfile.js install
.Expected outcome: Only
default
theme is installed. Actual outcome: All themes are installed.Are the docs outdated or is our config faulty? Am I running the wrong commands? Not really a show-stopping bug but confusing each time I look at the themes folder.