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

Create README.md #1

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open

Create README.md #1

wants to merge 1 commit into from

Conversation

Wolfr
Copy link

@Wolfr Wolfr commented Oct 30, 2020

So I was wondering how to use this. I see it is included in the Roxi config:

  # builtin plugins
  - svelte
  - routify
  - rollup
  - nollup:
      port: 5000
  - spassr:
      port: 5005
      ssr: true
  - postcss
  - mdsvex
    # layout: src/components/layout.svelte
  - debugger

First thing I was wondering: so if this is activated by default, where should I put my CSS file?

@Wolfr Wolfr added the question Further information is requested label Oct 30, 2020
@Wolfr Wolfr requested a review from jakobrosenberg October 30, 2020 16:14
@jakobrosenberg
Copy link
Member

When adding a plugin to the config, Roxi will first look for built-in plugins at /lib/plugins and if none matches, it will try resolve the plugin as a package. All the plugins listed are built in.

Your CSS should be in either public or src, depending on how you load it.

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

Successfully merging this pull request may close these issues.

2 participants