Automatic deployment and problem with css #70
Answered
by
PhiloNL
rudolfbruder
asked this question in
Q&A
-
Hi, I am trying this package out locally and it works flawlessly, however when we run automatic deployment on our server this is how it looks: Showing the console takes whole screen like some css was not built. When I manually run npm run prod on the vps all is good. Dont you know what might be wrong? Other css and js in the project works just fine. |
Beta Was this translation helpful? Give feedback.
Answered by
PhiloNL
Feb 15, 2022
Replies: 1 comment 1 reply
-
It seems that CSS classes are purged. Can you try and whitelist |
Beta Was this translation helpful? Give feedback.
1 reply
Answer selected by
rudolfbruder
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
It seems that CSS classes are purged. Can you try and whitelist
'./vendor/wire-elements/spotlight/**/*.blade.php',
in your Tailwind CSS config?