Closed it-praktyk closed 8 years ago
@it-praktyk Thanks for reporting the issue. Missing sitemap.xml.gz
is the problem which related to upgrading to MM v4, so the warnings you encountered while processing webpack did not impact missing sitemap.xml.gz
.
I have re-implemented the logic to generate a sitemap because the library I used to use to generate sitemap also has many breaking changes, so I've decided to generate sitemap in the simpler way, and now sitemap.xml.gz
is no more generated, it generates uncompressedd sitemap.xml
only (like feed.xml
) .
Please check if the sitemap is generated on build as you expect.
If you want more configurable sitemap, you would better to consider something like middleman-search_engine_sitemap. It is pretty easy to use with this template. I don't include it out of the box because it requires you to set the site URL in config.rb
that I want to avoid for the moment.
Thank you for update :-)
No problem. Let me know if you still have some issues 😄
Under building blog errors are displayed as below
I'm not sure if it impact that the sitemap.xml.gz is not build (is missed). The name of missed file I conducted based on the content of robot.txt file.
I did a clean installation of all required software today. Under an installation process I saw warnings like
I tried debug how a site map is generated but I don't found nothing special - some my checks are below.
I checked also
and as you see any information from sitemap_generator is not displayed after build.