Created
January 14, 2020 23:47
-
-
Save lsirivong/d9dea0d85112bde63ec33915e5a7e930 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
16:36 ~/src/test-middleman (rack-2.0.8) | |
🔮 middleman build --verbose | |
WARN: Unresolved or ambigious specs during Gem::Specification.reset: | |
rack (>= 1.4.5, < 3) | |
Available/installed versions of this gem: | |
- 2.1.1 | |
- 2.0.8 | |
minitest (~> 5.1) | |
Available/installed versions of this gem: | |
- 5.14.0 | |
- 5.11.3 | |
WARN: Clearing out unresolved specs. Try 'gem cleanup <gem>' | |
Please report a bug if this causes problems. | |
== Activating: file_watcher | |
== Activating: front_matter | |
== Activating: data | |
== Activating: inline_url_rewriter | |
== Activating: sitemap_ondisk | |
== Activating: sitemap_import | |
== Activating: sitemap_endpoint | |
== Activating: sitemap_proxies | |
== Activating: sitemap_redirects | |
== Activating: sitemap_move_files | |
== Activating: sitemap_ignore | |
== Activating: external_helpers | |
== Activating: erb_renderer | |
== Activating: coffee_renderer | |
== Activating: haml_renderer | |
== Activating: sass_renderer | |
== Activating: markdown_renderer | |
== Failed Activation `liquid_renderer` : cannot load such file -- liquid | |
== Failed Activation `slim_renderer` : cannot load such file -- slim | |
== Failed Activation `less_renderer` : cannot load such file -- less | |
== Failed Activation `stylus_renderer` : cannot load such file -- stylus | |
== Activating: default_helpers | |
== Activating: lorem | |
== Activating: routing | |
== Activating: collections | |
== Change (#<Set: {:source}>): index.html.erb | |
== Change (#<Set: {:source}>): images/.keep | |
== Change (#<Set: {:source}>): layouts/layout.erb | |
== Change (#<Set: {:source}>): javascripts/site.js | |
== Change (#<Set: {:source}>): stylesheets/site.css.scss | |
== Rebuilding resource list | |
== Reading: Local config: config.rb | |
== Activating: autoprefixer | |
== Requesting resource list rebuilding: first_run_change_page | |
== Requesting resource list rebuilding: first_run_change_page | |
== Requesting resource list rebuilding: first_run_change_page | |
== Activating: asset_host | |
Loaded extensions: | |
== Extension: file_watcher | |
== Extension: front_matter | |
== Extension: data | |
== Extension: inline_url_rewriter | |
== Extension: sitemap_ondisk | |
== Extension: sitemap_import | |
== Extension: sitemap_endpoint | |
== Extension: sitemap_proxies | |
== Extension: sitemap_redirects | |
== Extension: sitemap_move_files | |
== Extension: sitemap_ignore | |
== Extension: external_helpers | |
== Extension: erb_renderer | |
== Extension: coffee_renderer | |
== Extension: haml_renderer | |
== Extension: sass_renderer | |
== Extension: markdown_renderer | |
== Extension: default_helpers | |
== Extension: lorem | |
== Extension: routing | |
== Extension: collections | |
== Extension: autoprefixer | |
== Extension: asset_host | |
== Change (#<Set: {:source}>): index.html.erb | |
== Change (#<Set: {:source}>): images/.keep | |
== Change (#<Set: {:source}>): layouts/layout.erb | |
== Change (#<Set: {:source}>): javascripts/site.js | |
== Change (#<Set: {:source}>): stylesheets/site.css.scss | |
== Rebuilding resource list | |
== Requesting resource list rebuilding: touched_file | |
== Requesting resource list rebuilding: registered_new_manipulator_front_matter | |
== Requesting resource list rebuilding: registered_new_manipulator_sitemap_ondisk | |
== Requesting resource list rebuilding: registered_new_manipulator_sitemap_import | |
== Requesting resource list rebuilding: registered_new_manipulator_sitemap_endpoint | |
== Requesting resource list rebuilding: registered_new_manipulator_sitemap_proxies | |
== Requesting resource list rebuilding: registered_new_manipulator_sitemap_redirects | |
== Requesting resource list rebuilding: registered_new_manipulator_sitemap_move_files | |
== Requesting resource list rebuilding: registered_new_manipulator_sitemap_ignore | |
== Requesting resource list rebuilding: registered_new_manipulator_routing | |
== Requesting resource list rebuilding: registered_new_manipulator_routing | |
== Requesting resource list rebuilding: registered_new_manipulator_collections | |
== Rebuilding resource list | |
== Running manipulator: sitemap_ondisk (0) | |
== Running manipulator: sitemap_endpoint (0) | |
== Running manipulator: sitemap_proxies (0) | |
== Running manipulator: sitemap_redirects (0) | |
== Running manipulator: sitemap_ignore (0) | |
== Running manipulator: sitemap_import (1) | |
== Running manipulator: routing (10) | |
== Running manipulator: front_matter (20) | |
== Running manipulator: sitemap_move_files (101) | |
== Running manipulator: collections (110) | |
== Running manipulator: routing (130) | |
== Prerendering CSS | |
== Request: /stylesheets/site.css | |
== Finishing Request: stylesheets/site.css (0.01s) | |
identical build/stylesheets/site.css | |
== Building files | |
== Request: /javascripts/site.js | |
== Request: /index.html | |
== Request: /images/.keep | |
== Finishing Request: javascripts/site.js (0.0s) | |
== Finishing Request: images/.keep (0.0s) | |
identical build/javascripts/site.js | |
identical build/images/.keep | |
== Finishing Request: index.html (0.02s) | |
updated build/index.html | |
Project built successfully. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment