-
Notifications
You must be signed in to change notification settings - Fork 11
Automate the build process using grunt #5
Comments
see comment on #16 |
Am I the only one who's getting a warning when running the imagemin task? It seems like the issue is with the "images/icons" directory because it has too many images... when I have more than 75 images in the directory, I get the following warning (which stops the build when not using the --force flag): Running "imagemin:minimizeImages" (imagemin) task Removing two random images from this folder seems to be enough to make to task run ok though (gruntjs/grunt-contrib-imagemin#13 ?) |
Mathilde, We are in the process of removing the imagemin. The plugin seems to have some bugs in it. As a side note, the code your playing with isn't really ready for consumption yet. It is still moving and shifting. Once its proven and we have solidified the code we will move the code out of the develop branch. Matt ----- Original Message ----- Am I the only one who has an issue with the imagemin:minimizeImages task? It seems like the issue is with the "images/icons" directory because it has too many images... when I have more than 75 images in the directory, I get the following warning (which stops the build when not using the --force tag): Running "imagemin:minimizeImages" (imagemin) task Removing two random images from this folder seems to be enough to make to task run ok though ( gruntjs/grunt-contrib-imagemin#13 ?) — Matthew Polizzotti |
Yeah I'm aware this is a WIP but since the issue is marked as solved I figured it wouldn't hurt to notify you of this potential issue. |
Mathilde, Sorry about that. I didn't realize we closed it. I appreciate you smoke testing our work though. Makes it easier to find bugs! :) Thanks, ----- Original Message ----- Yeah I'm aware this is a WIP but since the issue is marked as solved I figured it wouldn't hurt to notify you of this potential issue. — Matthew Polizzotti |
Ideas and suggestions we can discuss:
The text was updated successfully, but these errors were encountered: