FredrikNoren / ungit

The easiest way to use git. On any platform. Anywhere.
MIT License
10.44k stars 637 forks source link

Grunt commands fail due to missing image files #166

Closed jung-kim closed 11 years ago

jung-kim commented 11 years ago

Warning: File /home/c00k13/ungit/node_modules/grunt-image-embed/tasks/libimages/animated-overlay.gif does not exist Used --force, continuing. Warning: File /home/c00k13/ungit/node_modules/grunt-image-embed/tasks/libimages/ui-bg_flat_75_ffffff_40x100.png does not exist Used --force, continuing. Warning: File /home/c00k13/ungit/node_modules/grunt-image-embed/tasks/libimages/ui-bg_highlight-soft_75_cccccc_1x100.png does not exist Used --force, continuing. Warning: File /home/c00k13/ungit/node_modules/grunt-image-embed/tasks/libimages/ui-bg_glass_75_e6e6e6_1x400.png does not exist Used --force, continuing. Warning: File /home/c00k13/ungit/node_modules/grunt-image-embed/tasks/libimages/ui-bg_glass_75_dadada_1x400.png does not exist Used --force, continuing. Warning: File /home/c00k13/ungit/node_modules/grunt-image-embed/tasks/libimages/ui-bg_glass_65_ffffff_1x400.png does not exist Used --force, continuing. Warning: File /home/c00k13/ungit/node_modules/grunt-image-embed/tasks/libimages/ui-bg_glass_55_fbf9ee_1x400.png does not exist Used --force, continuing. Warning: File /home/c00k13/ungit/node_modules/grunt-image-embed/tasks/libimages/ui-bg_glass_95_fef1ec_1x400.png does not exist Used --force, continuing. Warning: File /home/c00k13/ungit/node_modules/grunt-image-embed/tasks/libimages/ui-icons_222222_256x240.png does not exist Used --force, continuing. Warning: File /home/c00k13/ungit/node_modules/grunt-image-embed/tasks/libimages/ui-icons_222222_256x240.png does not exist Used --force, continuing. Warning: File /home/c00k13/ungit/node_modules/grunt-image-embed/tasks/libimages/ui-icons_888888_256x240.png does not exist Used --force, continuing. Warning: File /home/c00k13/ungit/node_modules/grunt-image-embed/tasks/libimages/ui-icons_454545_256x240.png does not exist Used --force, continuing. Warning: File /home/c00k13/ungit/node_modules/grunt-image-embed/tasks/libimages/ui-icons_454545_256x240.png does not exist Used --force, continuing. Warning: File /home/c00k13/ungit/node_modules/grunt-image-embed/tasks/libimages/ui-icons_2e83ff_256x240.png does not exist Used --force, continuing. Warning: File /home/c00k13/ungit/node_modules/grunt-image-embed/tasks/libimages/ui-icons_cd0a0a_256x240.png does not exist Used --force, continuing. Warning: File /home/c00k13/ungit/node_modules/grunt-image-embed/tasks/libimages/ui-bg_flat_0_aaaaaa_40x100.png does not exist Used --force, continuing. Warning: File /home/c00k13/ungit/node_modules/grunt-image-embed/tasks/libimages/ui-bg_flat_0_aaaaaa_40x100.png does not exist Used --force, continuing.

I get above grunt error messages in the newest ungit.

FredrikNoren commented 11 years ago

That's on your branch for the auto-completion right? Because all those images seems to be jquery ui stuff.

jung-kim commented 11 years ago

quick test shows you are right... :P I wasn't getting these error until latest update so I just assumed... thanks...