[devdocsgjs/main: 534/1867] Fix ordering of filters




commit 6a8a80d190f4791009fde522ea37c00abfdb7c6e
Author: Harm Aarts <harmaarts gmail com>
Date:   Thu Dec 13 22:25:23 2018 +0100

    Fix ordering of filters

 lib/docs/scrapers/pony.rb | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
---
diff --git a/lib/docs/scrapers/pony.rb b/lib/docs/scrapers/pony.rb
index 6fb1dd56..a9cbd6c3 100644
--- a/lib/docs/scrapers/pony.rb
+++ b/lib/docs/scrapers/pony.rb
@@ -4,7 +4,7 @@ module Docs
     self.release = '0.25.0'
     self.base_url = 'https://stdlib.ponylang.io/'
 
-    html_filters.push 'pony/container', 'pony/entries', 'pony/clean_html'
+    html_filters.push 'pony/container', 'pony/clean_html', 'pony/entries'
     options[:attribution] = "Me"
     options[:follow_links] = ->(filter) { filter.subpath !~ /src/ }
   end


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]