Closed FilipWozniak closed 1 year ago
@FilipWozniak
If possible, could you please create a project and upload your code to Github
I can not figure out the problem from the above screenshot.
Thx.
If possible, could you please create a project and upload your code to Github
Sure, here it is.
@FilipWozniak
You can try to put tailwind.config.js
at the root directory, jus like this https://github.com/AccordBox/wagtail-tailwind-blog
Thx.
Thank you, it worked! I apologize for unnecessarily bothering you, but the "Python Webpack Boilerplate" website did not specify anywhere that tailwind.config.js
must be in the root
directory, and it was generated by default in the frontend
folder. I should have thought of that 😉
I believe it's related to #36, and I think the issue left unresolved.
I get exactly the same error message as @Ladet02.
I've installed
Wagtail
with "npm
command atfrontend
directory" setup, enabled live reloading feature and I get the following error trying to configureTailwind
:I've checked all the steps provided here like a million times.