I searched on the Internet but did not find an answer that would work:
I use the special Magento 2 theme, and when I made changes to the .less file, I wanted to compile the files, so I deleted the pub/static folder and deployed: php bin/magento setup:static-content:deploy. After that, no css files were found in pub/static/frontend/<Theme>/default/css . Also, when I use grunt less , I got errors:
>> Destination pub/static/frontend/Magento/blank/en_US/css/styles-m.css not written because no source files were found. >> Destination pub/static/frontend/Magento/blank/en_US/css/styles-l.css not written because no source files were found. >> Destination pub/static/frontend/Magento/blank/en_US/css/email.css not written because no source files were found. >> Destination pub/static/frontend/Magento/blank/en_US/css/email-inline.css not written because no source files were found.
I work in developer mode.
Does anyone have any solutions for this?
thanks
Anitr source share