DneCustomCssJs
DneCustomCssJs copied to clipboard
CSS won't be generated
Hi, we are using your outstanding plugin, but we have currently the problem, that if I change something, the CSS won't be generated. I checked also the logs, but didn't find anything, what could cause the problem. Any ideas?
Thx TC
I have the same issue as @toccamonium-fe.
Can't reproduce that with Shopware 6.5.6.x
Is JavaScript correctly injected? Try something like console.log('hello world'); and see if it shows up in the developer console after compiling.
If it does, what does the CSS look like?
If it doesn't, please open the network tab of the developer tools, hit "Save & Compile" and look out in the network tab for requests to ***/api/_action/theme/***/assign/***. Do they post with a 200 status code? If they don't please look at the response for potential error messages and post them here.
Hi, might be a permission problem for the folders. Thx for your feedback.