Rafał Komorowski

Results 2 comments of Rafał Komorowski

I stumbled upon this in my project, while trying (mostly successfuly) to upgrade MM 4.2.1 project using Ruby-Sass and Middleman-Sprockets to Mm 4.3.3 and SassC. Same results as @Valerz describes:...

A workaround for this behavious can be easily implemented using the `exclude_if` option: ``` activate :search_engine_sitemap, default_change_frequency: "weekly", exclude_if: ->(resource) { resource.source_file.nil? } ``` The reason is that dynamically generated...