Advertisement
Guest User

Grunt messy output

a guest
Mar 31st, 2013
514
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.96 KB | None | 0 0
  1. $ grunt
  2. Running "clean:0" (clean) task
  3. Cleaning "dist"...OK
  4.  
  5. Running "prepare-dist" task
  6. Folder created
  7. Folder created
  8.  
  9. Running "build" task
  10.  
  11. Running "less:prod" (less) task
  12. File app/css/styles.css created.
  13.  
  14. Running "htmlmin:dist" (htmlmin) task
  15. File dist/index.html created.
  16. Uncompressed size: 1091 bytes.
  17. Compressed size: 263 bytes gzipped (1026 bytes minified).
  18.  
  19. Running "imagemin:dist" (imagemin) task
  20. ✔ app/css/jquery-ui/cupertino/images/ui-bg_flat_15_cd0a0a_40x100.png (saved 119.00B)
  21. ✔ app/css/jquery-ui/cupertino/images/ui-bg_highlight-hard_70_000000_1x100.png (saved 1.04Kb)
  22. ✔ app/css/jquery-ui/cupertino/images/ui-bg_highlight-soft_25_ffef8f_1x100.png (saved 1.17Kb)
  23. ✔ app/css/jquery-ui/cupertino/images/ui-bg_highlight-hard_100_f2f5f7_1x100.png (saved 1.20Kb)
  24.  
  25. Running "cssmin:dist" (cssmin) task
  26. File dist/css/styles.css created.
  27. Original: 40229 bytes.
  28. Minified: 38327 bytes.
  29.  
  30. Running "uglify:dist" (uglify) task
  31. File "dist/application.js" created.
  32.  
  33. Running "jasmine:test" (jasmine) task
  34. Testing jasmine specs via phantom
  35. ✔ app/css/jquery-ui/cupertino/images/ui-bg_highlight-soft_100_deedf7_1x100.png (saved 1.43Kb)
  36. ✔ app/css/jquery-ui/cupertino/images/ui-bg_diagonals-thick_90_eeeeee_40x40.png (saved 1.10Kb)
  37. ✔ app/css/jquery-ui/cupertino/images/ui-bg_glass_100_e4f1fb_1x400.png (saved 1.22Kb)
  38. created: app/templates.js
  39. created: app/index.js
  40. ✔ app/imgs/apple-touch-icon.png (already optimized)
  41. ✔ app/imgs/apple-touch-icon-57x57-precomposed.png (already optimized)
  42. ✔ app/imgs/apple-touch-icon-114x114-precomposed.png (already optimized)
  43. ✔ app/css/jquery-ui/cupertino/images/ui-bg_glass_50_3baae3_1x400.png (saved 1.14Kb)
  44. ✔ app/css/jquery-ui/cupertino/images/ui-bg_glass_80_d7ebf9_1x400.png (saved 1.16Kb)
  45. ✔ app/imgs/icons/projects.png (already optimized)
  46. ✔ app/imgs/apple-touch-icon-72x72-precomposed.png (already optimized)
  47. ✔ app/imgs/apple-touch-icon-precomposed.png (already optimized)
  48.  
  49. Done, without errors.
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement