Sergii Lavrin
Sergii Lavrin
Same issue here. It makes Stylefmt format all places, which are acceptable by Stylelint config file. It would be great to see `--onlyStylelint`, but I'd say it would be more...
I'm slightly confused β what exactly does it do?
@bhaskarmelkani Ah, I see. So how exactly does it work? I can't check the code, probably because of rebasing whole PR has been messed up and it's hard to read...
> May be I will rebase the PR. I think it would be wise to do so, otherwise it's very hard to review it. > Yeah, but its been very...
Yeap, as @hollandben mentioned above. Though, I think general idea of this PR is great, since it's indeed would be cool if lazyloaded images would be cachebusted too. However, maybe...
It won't work with absolute URLs like `https://www.mysite.org/assets/css/main.css`. To make plugin recognize files, the paths to the files must match. In this case, `https://www.mysite.org/assets/css/main.css` seems to it like a completely...
I've created an issue about #240
This plugin already works quite well, so I think it's okay. But it's indeed would be great if at least PRs will be reviewed and merged. Btw, why it's not...
> I built it about 3 years ago at a place where we used Grunt, but since leaving, I've been using Gulp or Webpack ever since. I see. Probably it's...
It's now trivial in Node 18. Just create `run.ts` file which will start all tests: ```ts import { stdout } from 'node:process' import { run } from 'node:test' import {...