-
Notifications
You must be signed in to change notification settings - Fork 60
New issue
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
Ignore file by mask in settings #119
Comments
I had same problem, You can use two tasks and define these rules in
|
This only works for one image format type (.jpg in this case), as it will grab ALL images excluding 'main.' and format the width to 1000px.
Prefixing could be made less tedious for a large amount of files with gulp-rename.
|
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
I have a folder with images with different names except main.jpg
I want convert main.jpg to 600px and over files to 1000px
But i want ignore main.jpg for 1000px width resizing. And do this
But this rule is not working.
The text was updated successfully, but these errors were encountered: