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

Can't find style.css - file url missing forwardslash? #15

Closed
astubbs opened this issue Oct 31, 2022 · 1 comment
Closed

Can't find style.css - file url missing forwardslash? #15

astubbs opened this issue Oct 31, 2022 · 1 comment

Comments

@astubbs
Copy link

astubbs commented Oct 31, 2022

Using the code in my .pug: include style.css

I get the error:

the included file [style.css] could not be opened
Users/antony/IdeaProjects/X/target/classes/style.css (No such file or directory)

You can see it's missing a leading forward slash, otherwise it would have worked.

If I use:
include /Users/antony/IdeaProjects/X/target/classes/style.css

it works.

chbloemer added a commit that referenced this issue Dec 16, 2024
@chbloemer
Copy link
Contributor

Can't reproduce in current versions.

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