We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Hello,
This is working without using cwd, but when I try to use cwd the path is partially duplicated. I'm unable to determine why this is happening.
grunt options:
svg_sprite: { client: { expand: true, cwd: 'client/public/svgs/', src: ['**/*.svg'], dest: 'client/public/out/', options: { mode: { css: { render: { css: true } } } } } },
but when I run it, I get the following error:
$ grunt svg_sprite:client Running "svg_sprite:client" (svg_sprite) task >> Source file "c:\projects\gtp\client\public\svgs\client\public\svgs\mgk_vector_logo.svg" not found.
as you can read in the error, it's duplicating the 'client\public\svgs' part of the path, which is a mistake.
Am I doing something wrong, or is this a bug?
thank you,
~Steven
The text was updated successfully, but these errors were encountered:
Fixed Windows path separator bug (#44)
c953566
Looks like this has been a Windows specific bug. Fixed with release v1.1.2. Cheers, Joschi
Sorry, something went wrong.
jkphl
No branches or pull requests
Hello,
This is working without using cwd, but when I try to use cwd the path is partially duplicated. I'm unable to determine why this is happening.
grunt options:
but when I run it, I get the following error:
as you can read in the error, it's duplicating the 'client\public\svgs' part of the path, which is a mistake.
Am I doing something wrong, or is this a bug?
thank you,
~Steven
The text was updated successfully, but these errors were encountered: