ThanosSiopoudis/grunt-semantic-ui

Create multiple css files instead of one big semantic-ui.css

Opened this issue · 0 comments

I noticed that a single semantic-ui.css, and a single semantic.js file are created by grunt-semantic-ui in the destination folders.
Is it possible / configurable to create a .css and .js file for each component instead of one big combined file?

In the semantic-ui docs, they seem to have separate files for each component you want to include on a page. To see what I mean, please look at the HTML source code for this example layout they feature in their docs:

https://semantic-ui.com/examples/homepage.html

If you notice the included .js and .css files, you'll see that there is one for each component.