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

csspath option behavior #13

Open
Kadalia opened this issue Nov 1, 2024 · 1 comment
Open

csspath option behavior #13

Kadalia opened this issue Nov 1, 2024 · 1 comment

Comments

@Kadalia
Copy link

Kadalia commented Nov 1, 2024

Hello,
Issue linked with simplemenu comment
reveal.js-verticator used in SvelteKit application.
You can't set csspath to false, you'll get a 404 in production mode (as deps are compiled)
but

...
import RevealVerticatorCSS from "reveal.js-verticator/plugin/verticator/verticator.css?url";
...

        deck.initialize({
            plugins: [
		...
                RevealVerticator,
            ],
	    ...
            verticator: {
                csspath: RevealVerticatorCSS,
            },
        });

works fine !
So not really an issue, more a little lack of consistency in configuration plugins.
Or perhaps I need to read the documentation better :-)

Thanks,
Philippe

@Martinomagnifico
Copy link
Owner

Interesting, will check it out

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

2 participants