Open astubbs opened 2 years ago
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.
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.