Andreas
Andreas
@david-hollifield Did you try to escape the space? **Note:** Double escape may be needed (so that one slash goes through the shell environment down to node...). `sync-glob '../my\\ stuff/src/shared/**/*' src/shared`
@david-hollifield I just added a test at #50 Works for me locally, let's see how CI tests turn out to be... Though I really think you just need to escape...
@david-hollifield Running the following commands in my CLI manually works too: **Space in source glob** `node ./bin/sync-glob.js 'test/mock/foo space/*.txt' tmp/copy` >DELETE tmp/copy >COPY test/mock/foo space/a.txt to tmp/copy/a.txt >COPY test/mock/foo space/b.txt...
@david-hollifield All checks passed at Linux, MacOS and windows for various node versions. Check out PR #50 Thanks for raising this question, it increased my test coverage:)
@david-hollifield Thanks for your detailed feedback. Well, that seems obviously to be a bug. I will add another test with nested stuff within a directory which contains spaces. Then after...
Is documented here officially: https://github.com/formatjs/react-intl/blob/master/docs/Testing-with-React-Intl.md#helper-function-1
@w0rse Hi, yes exactly, but without having webpack being run twice, just in one go.
@mpelzsherman I just released support for css-loader `@value` (within document) in [`[email protected]`](https://github.com/AndyOGo/stylelint-declaration-strict-value/blob/master/CHANGELOG.md#150-2020-05-29)
I implemented my own plugin based on the ideas of this, but with above log: https://github.com/AndyOGo/stylelint-declaration-strict-value
@davidtheclark If you are looking for alternitive which fixes this and other. Go and check: https://github.com/AndyOGo/stylelint-declaration-strict-value