khusnetdinov / betterdocs

📚 Web version of https://github.com/khusnetdinov/ruby.fundamental repo - Fundamental programming with ruby examples and references. It covers threads, SOLID principles, design patterns, data structures, algorithms. Books for reading.
26 stars 37 forks source link

Jekyll assets minifier #74

Closed khusnetdinov closed 5 years ago

khusnetdinov commented 5 years ago

Need to create assets compression before deploy. Use this plugin Gzip https://github.com/matthodan/jekyll-asset-pipeline

khusnetdinov commented 5 years ago

Refer to #105