muelli1000

Results 7 comments of muelli1000

Has this issue been resolved yet? I am looking for a smart solution.

Hi All, in Typo3 11.5.36 this issue still exist. Is there a solution? I have included the static Template before the fsc. Some Images in the RTE are still like...

Hey, thanks for your help. I checked the files and there are in the Folder. The Directory node_modules exists, too. If I try to run the command manually in the...

Thx. I changed the EOL in postcss and google-closure-compiler. Now, there is no Error. But there is no new generated file. What could be the reason? With JS-Files is the...

Yes, I do. If I run this command in the Terminal, I got a minimized File: node /Users/daniel/.netbeans/minifierbeans/custom-packages/node_modules/postcss-cli/index.js --config /Users/daniel/.netbeans/minifierbeans/custom-packages /Users/daniel/Sites/p12/public/typo3conf/ext/msitepackage/Resources/Public/Css/testfile.css -o /Users/daniel/Sites/p12/public/typo3conf/ext/msitepackage/Resources/Public/Css/testfile.min.css When I try it in Netbeans (right...

of course, here the complete command `"/bin/bash" "-lc" "\"/Users/daniel/.netbeans/minifierbeans/custom-packages/postcss\" \"--config\" \"/Users/daniel/.netbeans/minifierbeans/custom-packages\" \"/Users/daniel/Sites/p12/public/typo3conf/ext/msitepackage/Resources/Public/Css/testfile.css\" \"-o\" \"/Users/daniel/Sites/p12/public/typo3conf/ext/msitepackage/Resources/Public/Css/testfile.min.css\""` I tried the command in the Terminal. No Output and no Error: `/bin/bash -lc /Users/daniel/.netbeans/minifierbeans/custom-packages/postcss --config...

Yes, this command creates successful a minimized file: `node /Users/daniel/.netbeans/minifierbeans/custom-packages/node_modules/postcss-cli/index.js --config /Users/daniel/.netbeans/minifierbeans/custom-packages /Users/daniel/Sites/p12/public/typo3conf/ext/msitepackage/Resources/Public/Css/testfile.css -o /Users/daniel/Sites/p12/public/typo3conf/ext/msitepackage/Resources/Public/Css/testfile.min.css` testfile.css -> 79 KB testfile.min.css -> 48 KB and looks good. There is no output...