dash-docs/_plugins
David A. Harding a40fb73dab
Layout: render CSS with both "less" and "scss"
This commit renders the same CSS files using both the "less" and "scss"
CSS generation engines so that the results may be compared.  This is a
comparison script:

    old_main_css=$( grep -rl normalize.css _site/*.css )
    new_main_css=_site/css/main.css
    old_rtl_css=$( grep 'Language specific styles that override default' -rl _site/*.css )
    new_rtl_css=_site/css/rtl.css

    (
      diff -ub $old_main_css $new_main_css
      diff -ub $old_rtl_css $new_rtl_css
    )
2017-06-23 11:49:28 -04:00
..
alerts.rb Alerts: Change 'Alias' Field To 'Shorturl' 2015-07-25 10:18:46 -04:00
alphab_for.rb Set license files and headers for bitcoin.org's content 2014-11-21 19:09:12 -05:00
autocrossref.rb Revert "Revert "Merge pull #793: Dev Docs: New Glossary & JS Search Box"" 2015-04-14 08:55:53 -04:00
contributors.rb Build: allow repeated rebuilding in Jekyll Preview mode 2017-06-23 11:46:20 -04:00
env.rb New plugin env.rb to make env vars available in templates 2015-09-04 14:32:15 -04:00
events.rb Build: allow repeated rebuilding in Jekyll Preview mode 2017-06-23 11:46:20 -04:00
githubify.rb New Plugin: Githubify Bitcoin Core Release Notes 2015-06-03 15:33:52 -04:00
glossary.rb Revert "Revert "Merge pull #793: Dev Docs: New Glossary & JS Search Box"" 2015-04-14 08:55:53 -04:00
htmlescape.rb Set license files and headers for bitcoin.org's content 2014-11-21 19:09:12 -05:00
inline-template.rb Site Docs & Previews: Update Site Building/Previewing Docs 2015-04-12 15:20:35 -04:00
less.rb Layout: render CSS with both "less" and "scss" 2017-06-23 11:49:28 -04:00
liquid-die.rb Releases: Variablize Release Notes 2015-02-27 08:15:50 -05:00
liquid-warn.rb Releases: Variablize Release Notes 2015-02-27 08:15:50 -05:00
redirects.rb Set license files and headers for bitcoin.org's content 2014-11-21 19:09:12 -05:00
releases.rb Releases: Variablize Release Notes 2015-02-27 08:15:50 -05:00
sitemap.rb Update sitemap plugin to include English pages from subdirectories 2015-09-14 06:03:22 -04:00
templates.rb New Bitcoin Core subsite 2015-09-14 06:02:58 -04:00
translate.rb Translations: put chain size in l11n strings 2017-05-31 04:26:15 -04:00