Advertisement
blfuentes

gulp output

Jul 8th, 2018
117
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1. PS C:\Users\BFuentes\Documents\GitHub\CSSdoodle> gulp watch
  2. [13:38:38] Using gulpfile ~\Documents\GitHub\CSSdoodle\gulpfile.js
  3. [13:38:38] Starting 'templates'...
  4. [13:38:39] Starting 'sass'...
  5. [13:38:40] Starting 'img'...
  6. [13:38:40] Starting 'browserSync'...
  7. [13:38:40] Finished 'browserSync' after 11 ms
  8. [13:38:40] Finished 'sass' after 1.19 s
  9. [13:38:40] Finished 'templates' after 2.4 s
  10. [13:38:40] Finished 'img' after 299 ms
  11. [13:38:40] Starting 'watch'...
  12. [13:38:40] Start watching...
  13. [13:38:40] Finished 'watch' after 23 ms
  14. [Browsersync] Access URLs:
  15.  --------------------------------------
  16.        Local: http://localhost:3000
  17.     External: http://192.168.0.200:3000
  18.  --------------------------------------
  19.           UI: http://localhost:3001
  20.  UI External: http://192.168.0.200:3001
  21.  --------------------------------------
  22. [Browsersync] Serving files from: dist
  23. [13:38:58] tiles\_tSXwfJQUcQ.pug was changed
  24. ^CTerminate batch job (Y/N)? Y
  25. PS C:\Users\BFuentes\Documents\GitHub\CSSdoodle> gulp
  26. [13:40:44] Using gulpfile ~\Documents\GitHub\CSSdoodle\gulpfile.js
  27. [13:40:44] Starting 'clean'...
  28. [13:40:44] Clean processed output.
  29. [13:40:44] Finished 'clean' after 22 ms
  30. [13:40:44] Starting 'default'...
  31. [13:40:44] Start build for development
  32. [13:40:44] Starting 'templates'...
  33. [13:40:45] Starting 'sass'...
  34. [13:40:45] Starting 'img'...
  35. [13:40:45] Starting 'browserSync'...
  36. [13:40:45] Finished 'browserSync' after 11 ms
  37. [13:40:45] Finished 'default' after 1.31 s
  38. [Browsersync] 1 file changed (styles.css)
  39. [13:40:46] Finished 'sass' after 848 ms
  40. [Browsersync] 2 files changed (history.html, index.html)
  41. [13:40:46] Finished 'templates' after 1.55 s
  42. [13:40:46] Finished 'img' after 270 ms
  43. [13:40:46] Starting 'watch'...
  44. [13:40:46] Start watching...
  45. [13:40:46] Finished 'watch' after 26 ms
  46. [Browsersync] Access URLs:
  47.  --------------------------------------
  48.        Local: http://localhost:3000
  49.     External: http://192.168.0.200:3000
  50.  --------------------------------------
  51.           UI: http://localhost:3001
  52.  UI External: http://192.168.0.200:3001
  53.  --------------------------------------
  54. [Browsersync] Serving files from: dist
  55. [13:56:02] tiles\_tSXwfJQUcQ.pug was changed
  56. [Browsersync] 1 file changed (_tSXwfJQUcQ.html)
  57. [Browsersync] Reloading Browsers...
  58. [13:57:05] tiles\_tSXwfJQUcQ.sass was changed
  59. [Browsersync] 1 file changed (styles.css)
  60. [13:57:15] tiles\_tSXwfJQUcQ.sass was changed
  61. [Browsersync] 1 file changed (styles.css)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement