Advertisement
Guest User

Grunt output

a guest
Oct 13th, 2013
309
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Bash 0.79 KB | None | 0 0
  1. $ grunt connect
  2. Running "connect:livereload" (connect) task
  3. Fatal error: getaddrinfo ENOTFOUND
  4.  
  5. Elapsed time
  6. connect             6s
  7. connect:livereload  13ms
  8. Total               6s
  9.  
  10. $ grunt server
  11. Running "server" task
  12.  
  13. Running "clean:server" (clean) task
  14.  
  15. Running "coffee:dist" (coffee) task
  16.  
  17. Running "createDefaultTemplate" task
  18.  
  19. Running "jst:compile" (jst) task
  20. >> Destination not written because compiled files were empty.
  21.  
  22. Running "compass:server" (compass) task
  23. directory .tmp/styles/
  24.    create .tmp/styles/main.css (8.623s)
  25. Compilation took 8.629s
  26.  
  27. Running "connect:livereload" (connect) task
  28. Fatal error: getaddrinfo ENOTFOUND
  29.  
  30. Elapsed time
  31. server              824ms
  32. jst:compile         82ms
  33. compass:server      12s
  34. connect:livereload  23ms
  35. Total               12s
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement