Skip to content
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

[docs] Where should the css files (framework?) be placed? #253

Closed
italomaia opened this issue Sep 10, 2016 · 2 comments
Closed

[docs] Where should the css files (framework?) be placed? #253

italomaia opened this issue Sep 10, 2016 · 2 comments

Comments

@italomaia
Copy link

Where is the proper path to place a css framework (or css files in general)?
Installing semantic-ui with npm, it is placed in a subfolder of root. Seems like a bad idea, somehow.

@ralyodio
Copy link

ralyodio commented Sep 10, 2016

typically /vendor/semantic-ui/semantic-ui.min.css from the public directory.

but in production typically you would have ./vendor-<hash-id>.css with all the vendor css libs compiled. This is fine at the root public folder. Assuming you have only a few files in there.

@chrisvfritz
Copy link
Contributor

If you're installing from NPM, you can do something like this to reference the file in node_modules, which is absolutely fine.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants