Vinai Kopp

Results 311 comments of Vinai Kopp

Since quite a few 👍 have been added to this issue, I think it's time to implement it with a command line switch to turn it on.

I must admit that I have been quite successfully in avoiding frontend related work that involves theming… Maybe someone who has some more experience can help me out. Is there...

After some discussion, it seems the answer is that the only way to know that would be to do static analysis to build the import tree, and I don't want...

Thoughts on naming: ideally the name for the command line switch could cover more static assets than just `.less` files in future, but to be honest, that probably won't happen....

@DanieliMi No news currently. Since Luma is dying and neither Hyvä nor any of the other alternatives require less file compilation, I don't really feel like putting time into this.

Thanks for opening the issue, I‘ll push a branch some time soon and then would like to ask you to test if it works for you.

I require your help to get the tool working on windows. Can you please install the `win-compatibility` branch and let me know how that works? ``` composer remove --dev mage2tv/magento-cache-clean...

According to the documentation `win32` is the operating identifier [returned by nodejs on any windows host](https://nodejs.org/dist/latest-v8.x/docs/api/process.html#process_process_platform). You can see the value on your host by running the following command in...

Got info from third party using Win10: ``` aaron@AVALANCHE MINGW64 ~ $ node -e 'console.log(process.platform)' win32 ```

I've pushed an update to the `win-compatibility` branch. This time all file system methods get path arguments on windows with backslashes instead of slashes. There still might be other issues...