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
Could I please request a sample of what the correct syntax of this settings parameter should look like.
The documentation states:
SLS_IGNORE Type: string Default: empty A comma-delineated string of paths that should be ignored (for example, favicon.ico)
For the sake of testing, I included the image filename (myfavicon.png) in this parameter however I can see that the image is still being manipulated.
Does this parameter require the full path of the image, or does the filename suffice?
If wanting to add additional files to ignore, is the following the correct format: SLS_IGNORE: file1.ico,file2.png,file3.jpg (CSV, no spaces)
Many thanks!
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Could I please request a sample of what the correct syntax of this settings parameter should look like.
The documentation states:
SLS_IGNORE
Type: string
Default: empty
A comma-delineated string of paths that should be ignored (for example, favicon.ico)
For the sake of testing, I included the image filename (myfavicon.png) in this parameter however I can see that the image is still being manipulated.
Does this parameter require the full path of the image, or does the filename suffice?
If wanting to add additional files to ignore, is the following the correct format:
SLS_IGNORE: file1.ico,file2.png,file3.jpg (CSV, no spaces)
Many thanks!
The text was updated successfully, but these errors were encountered: