lazymozek / gulp-with-tailwindcss

Gulp with TailwindCSS Starter Kit
https://gulp-with-tailwindcss.com
MIT License
256 stars 70 forks source link

Style's aren't loaded #16

Closed KonradLinkowski closed 3 years ago

KonradLinkowski commented 3 years ago

It seems like the gulp doesn't work, probably wrong paths

I tried: npm install && npm run dev

npm run build seems to not work either

image

Changing ../dist/css/style.css to ./css/style.css and ../dist/js/script.js to ./js/script.js fixes the issue