ZeroIntensity / view.py

The Batteries-Detachable Web Framework
https://view.zintensity.dev
MIT License
205 stars 15 forks source link

[BUG] : Getting build warning in when compiling css using tailwind #47

Closed md-abid-hussain closed 1 year ago

md-abid-hussain commented 1 year ago

I'm getting following warning:

Screenshot (8)

Above warning is because the tailwind is looking for .html and .js extension file in node_module folder as well. This also slow down the build process.

content: ["./**/*.{html,js}"]

I would like to work on this issue as well and fixing this might fix the #41

ZeroIntensity commented 1 year ago

I think #41 is unrelated, I'm pretty sure that's a netlify thing

md-abid-hussain commented 1 year ago

Yeah it is unrelated to that issue but I've found the solution