Advertisement
Guest User

Untitled

a guest
Oct 23rd, 2017
89
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 11.16 KB | None | 0 0
  1. Christophs-MBP:mainfeger medic$ middleman s --verbose
  2. WARN: Unresolved specs during Gem::Specification.reset:
  3. thor (< 2.0, >= 0.17.0)
  4. rack (< 3, >= 1.4.5)
  5. tilt (~> 2.0)
  6. parallel (>= 0)
  7. servolux (>= 0)
  8. dotenv (>= 0)
  9. activesupport (< 5.1, >= 4.2)
  10. padrino-helpers (~> 0.13.0)
  11. addressable (~> 2.3)
  12. memoist (~> 0.14)
  13. rb-fsevent (>= 0.9.4, ~> 0.9)
  14. rb-inotify (>= 0.9.7, ~> 0.9)
  15. fastimage (~> 2.0)
  16. sass (>= 3.4)
  17. uglifier (~> 3.0)
  18. execjs (~> 2.0)
  19. hashie (~> 3.4)
  20. concurrent-ruby (~> 1.0)
  21. backports (~> 3.6)
  22. WARN: Clearing out unresolved specs.
  23. Please report a bug if this causes problems.
  24. == The Middleman is loading
  25. == Activating: file_watcher
  26. == Activating: front_matter
  27. == Activating: data
  28. == Activating: inline_url_rewriter
  29. == Activating: sitemap_ondisk
  30. == Activating: sitemap_import
  31. == Activating: sitemap_endpoint
  32. == Activating: sitemap_proxies
  33. == Activating: sitemap_redirects
  34. == Activating: sitemap_move_files
  35. == Activating: sitemap_ignore
  36. == Activating: show_exceptions
  37. == Activating: external_helpers
  38. == Activating: erb_renderer
  39. == Activating: coffee_renderer
  40. == Activating: haml_renderer
  41. == Activating: sass_renderer
  42. == Activating: markdown_renderer
  43. == Failed Activation `liquid_renderer` : cannot load such file -- liquid
  44. == Failed Activation `slim_renderer` : cannot load such file -- slim
  45. == Activating: less_renderer
  46. == Failed Activation `stylus_renderer` : cannot load such file -- stylus
  47. == Activating: default_helpers
  48. == Activating: lorem
  49. == Activating: routing
  50. == Activating: collections
  51. == Change (#<Set: {:source, :no_frontmatter}>): _redirects
  52. == Change (#<Set: {:source}>): fonts/glyphicons-halflings-regular.eot
  53. == Change (#<Set: {:source}>): fonts/glyphicons-halflings-regular.svg
  54. == Change (#<Set: {:source}>): fonts/glyphicons-halflings-regular.ttf
  55. == Change (#<Set: {:source}>): fonts/glyphicons-halflings-regular.woff
  56. == Change (#<Set: {:source}>): fonts/glyphicons-halflings-regular.woff2
  57. == Change (#<Set: {:source}>): images/.keep
  58. == Change (#<Set: {:source}>): img/banner-bg.jpg
  59. == Change (#<Set: {:source}>): img/dog.png
  60. == Change (#<Set: {:source}>): img/intro-bg.jpg
  61. == Change (#<Set: {:source}>): img/ipad.png
  62. == Change (#<Set: {:source}>): img/phones.png
  63. == Change (#<Set: {:source}>): index.html.haml
  64. == Change (#<Set: {:source}>): javascripts/site.js
  65. == Change (#<Set: {:source}>): js/bootstrap.js
  66. == Change (#<Set: {:source}>): js/bootstrap.min.js
  67. == Change (#<Set: {:source}>): js/jquery.js
  68. == Change (#<Set: {:source, :no_frontmatter}>): layouts/_cookie_consent.html.haml
  69. == Change (#<Set: {:source, :no_frontmatter}>): layouts/_footer.html.haml
  70. == Change (#<Set: {:source, :no_frontmatter}>): layouts/_google_analytics.html.haml
  71. == Change (#<Set: {:source, :no_frontmatter}>): layouts/_header.html.haml
  72. == Change (#<Set: {:source}>): layouts/blog_layout.haml
  73. == Change (#<Set: {:source, :no_frontmatter}>): layouts/body/_footer.html.haml
  74. == Change (#<Set: {:source, :no_frontmatter}>): layouts/body/_header.html.haml
  75. == Change (#<Set: {:source, :no_frontmatter}>): layouts/body/_topnav.html.haml
  76. == Change (#<Set: {:source, :no_frontmatter}>): layouts/landing-page/body/_footer.html.haml
  77. == Change (#<Set: {:source, :no_frontmatter}>): layouts/landing-page/body/_header.html.haml
  78. == Change (#<Set: {:source, :no_frontmatter}>): layouts/landing-page/body/_topnav.html.haml
  79. == Change (#<Set: {:source}>): layouts/landing-page.haml
  80. == Change (#<Set: {:source}>): layouts/layout.haml
  81. == Change (#<Set: {:source}>): stylesheets/bootstrap.min.css.scss
  82. == Change (#<Set: {:source}>): stylesheets/landing-page.css.scss
  83. == Change (#<Set: {:source}>): stylesheets/site.css.scss
  84. == Change (#<Set: {:source}>): stylesheets/stylish-portfolio.css.scss
  85. == Rebuilding resource list
  86. == Reading: Local config: config.rb
  87. == Activating: autoprefixer
  88. == Activating: dotenv
  89. == Activating: directory_indexes
  90. == Requesting resource list rebuilding: first_run_change_page
  91. == Requesting resource list rebuilding: first_run_change_page
  92. == Requesting resource list rebuilding: first_run_change_page
  93. == Requesting resource list rebuilding: first_run_change_page
  94. == Requesting resource list rebuilding: first_run_change_page
  95. == Requesting resource list rebuilding: first_run_change_page
  96. == Requesting resource list rebuilding: first_run_change_page
  97. == Activating: blog
  98. == Activating: livereload
  99. Loaded extensions:
  100. == Extension: file_watcher
  101. == Extension: front_matter
  102. == Extension: data
  103. == Extension: inline_url_rewriter
  104. == Extension: sitemap_ondisk
  105. == Extension: sitemap_import
  106. == Extension: sitemap_endpoint
  107. == Extension: sitemap_proxies
  108. == Extension: sitemap_redirects
  109. == Extension: sitemap_move_files
  110. == Extension: sitemap_ignore
  111. == Extension: show_exceptions
  112. == Extension: external_helpers
  113. == Extension: erb_renderer
  114. == Extension: coffee_renderer
  115. == Extension: haml_renderer
  116. == Extension: sass_renderer
  117. == Extension: markdown_renderer
  118. == Extension: less_renderer
  119. == Extension: default_helpers
  120. == Extension: lorem
  121. == Extension: routing
  122. == Extension: collections
  123. == Extension: autoprefixer
  124. == Extension: dotenv
  125. == Extension: directory_indexes
  126. == Extension: blog instance_0
  127. == Extension: livereload
  128. == Change (#<Set: {:source, :no_frontmatter}>): _redirects
  129. == Change (#<Set: {:source}>): fonts/glyphicons-halflings-regular.eot
  130. == Change (#<Set: {:source}>): fonts/glyphicons-halflings-regular.svg
  131. == Change (#<Set: {:source}>): fonts/glyphicons-halflings-regular.ttf
  132. == Change (#<Set: {:source}>): fonts/glyphicons-halflings-regular.woff
  133. == Change (#<Set: {:source}>): fonts/glyphicons-halflings-regular.woff2
  134. == Change (#<Set: {:source}>): images/.keep
  135. == Change (#<Set: {:source}>): img/banner-bg.jpg
  136. == Change (#<Set: {:source}>): img/dog.png
  137. == Change (#<Set: {:source}>): img/intro-bg.jpg
  138. == Change (#<Set: {:source}>): img/ipad.png
  139. == Change (#<Set: {:source}>): img/phones.png
  140. == Change (#<Set: {:source}>): index.html.haml
  141. == Change (#<Set: {:source}>): javascripts/site.js
  142. == Change (#<Set: {:source}>): js/bootstrap.js
  143. == Change (#<Set: {:source}>): js/bootstrap.min.js
  144. == Change (#<Set: {:source}>): js/jquery.js
  145. == Change (#<Set: {:source, :no_frontmatter}>): layouts/_cookie_consent.html.haml
  146. == Change (#<Set: {:source, :no_frontmatter}>): layouts/_footer.html.haml
  147. == Change (#<Set: {:source, :no_frontmatter}>): layouts/_google_analytics.html.haml
  148. == Change (#<Set: {:source, :no_frontmatter}>): layouts/_header.html.haml
  149. == Change (#<Set: {:source}>): layouts/blog_layout.haml
  150. == Change (#<Set: {:source, :no_frontmatter}>): layouts/body/_footer.html.haml
  151. == Change (#<Set: {:source, :no_frontmatter}>): layouts/body/_header.html.haml
  152. == Change (#<Set: {:source, :no_frontmatter}>): layouts/body/_topnav.html.haml
  153. == Change (#<Set: {:source, :no_frontmatter}>): layouts/landing-page/body/_footer.html.haml
  154. == Change (#<Set: {:source, :no_frontmatter}>): layouts/landing-page/body/_header.html.haml
  155. == Change (#<Set: {:source, :no_frontmatter}>): layouts/landing-page/body/_topnav.html.haml
  156. == Change (#<Set: {:source}>): layouts/landing-page.haml
  157. == Change (#<Set: {:source}>): layouts/layout.haml
  158. == Change (#<Set: {:source}>): stylesheets/bootstrap.min.css.scss
  159. == Change (#<Set: {:source}>): stylesheets/landing-page.css.scss
  160. == Change (#<Set: {:source}>): stylesheets/site.css.scss
  161. == Change (#<Set: {:source}>): stylesheets/stylish-portfolio.css.scss
  162. == Rebuilding resource list
  163. == Requesting resource list rebuilding: touched_file
  164. == Requesting resource list rebuilding: registered_new_manipulator_front_matter
  165. == Requesting resource list rebuilding: registered_new_manipulator_sitemap_ondisk
  166. == Requesting resource list rebuilding: registered_new_manipulator_sitemap_import
  167. == Requesting resource list rebuilding: registered_new_manipulator_sitemap_endpoint
  168. == Requesting resource list rebuilding: registered_new_manipulator_sitemap_proxies
  169. == Requesting resource list rebuilding: registered_new_manipulator_sitemap_redirects
  170. == Requesting resource list rebuilding: registered_new_manipulator_sitemap_move_files
  171. == Requesting resource list rebuilding: registered_new_manipulator_sitemap_ignore
  172. == Requesting resource list rebuilding: registered_new_manipulator_routing
  173. == Requesting resource list rebuilding: registered_new_manipulator_routing
  174. == Requesting resource list rebuilding: registered_new_manipulator_collections
  175. == Requesting resource list rebuilding: registered_new_manipulator_directory_indexes
  176. == Requesting resource list rebuilding: registered_new_manipulator_blog_blog1_articles
  177. == Requesting resource list rebuilding: registered_new_manipulator_blog_blog1_paginate
  178. == Blog Sources: /articles/{year}-{month}-{day}-{title}.html (:prefix + :sources)
  179. == Rebuilding resource list
  180. == Running manipulator: sitemap_ondisk (0)
  181. == Running manipulator: sitemap_endpoint (0)
  182. == Running manipulator: sitemap_proxies (0)
  183. == Running manipulator: sitemap_redirects (0)
  184. == Running manipulator: sitemap_ignore (0)
  185. == Running manipulator: sitemap_import (1)
  186. == Running manipulator: routing (10)
  187. == Running manipulator: front_matter (20)
  188. == Running manipulator: blog_blog1_articles (50)
  189. == Running manipulator: blog_blog1_paginate (50)
  190. == Running manipulator: directory_indexes (100)
  191. == Running manipulator: sitemap_move_files (101)
  192. == Running manipulator: collections (110)
  193. == Running manipulator: routing (130)
  194. == Change (#<Set: {:reload}>): config.rb
  195. == LiveReload accepting connections from ws://192.168.178.32:35729
  196. [2017-10-23 11:37:55] INFO WEBrick 1.3.1
  197. [2017-10-23 11:37:55] INFO ruby 2.4.0 (2016-12-24) [x86_64-darwin16]
  198. == Server information is provided by Middleman::PreviewServer::AllInterfaces
  199. == The Middleman is running in "development" environment
  200. == The Middleman preview server is bound to ":::4567", "0.0.0.0:4567"
  201. == View your site at "http://Christophs-MBP.fritz.box:4567", "http://192.168.178.32:4567"
  202. == Inspect your site configuration at "http://Christophs-MBP.fritz.box:4567/__middleman", "http://192.168.178.32:4567/__middleman"
  203. [2017-10-23 11:37:55] INFO WEBrick::HTTPServer#start: pid=17559 port=4567
  204. == Request: /
  205. Haml::TempleEngine: Option :outvar is invalid
  206. Haml::TempleEngine: Option :context is invalid
  207. Haml::TempleEngine: Option :outvar is invalid
  208. Haml::TempleEngine: Option :context is invalid
  209. Haml::TempleEngine: Option :outvar is invalid
  210. Haml::TempleEngine: Option :context is invalid
  211. Haml::TempleEngine: Option :outvar is invalid
  212. Haml::TempleEngine: Option :context is invalid
  213. Haml::TempleEngine: Option :outvar is invalid
  214. Haml::TempleEngine: Option :context is invalid
  215. Haml::TempleEngine: Option :outvar is invalid
  216. Haml::TempleEngine: Option :context is invalid
  217. Haml::TempleEngine: Option :outvar is invalid
  218. Haml::TempleEngine: Option :context is invalid
  219. Haml::TempleEngine: Option :outvar is invalid
  220. Haml::TempleEngine: Option :context is invalid
  221. Haml::TempleEngine: Option :outvar is invalid
  222. Haml::TempleEngine: Option :context is invalid
  223. == Finishing Request: index.html (0.05s)
  224. == Request: /stylesheets/site.css
  225. == Request: /stylesheets/stylish-portfolio.css
  226. == Request: /javascripts/all.js
  227. == Finishing Request: stylesheets/site.css (0.01s)
  228. == Finishing Request: stylesheets/stylish-portfolio.css (0.02s)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement