• Lukas Eipert's avatar
    Add helper method for adding page specific styles · 8dbea604
    Lukas Eipert authored
    In order to ensure that our page specific styles are loaded
    
    - _after_ our application CSS
    - _before_ our utility classes
    - just once
    - deferred
    - and not in the body of the HTML
    
    this adds a helper method to do exactly that.
    
    Before we either imported it in the body or re-used the existing
    page_specific_javascripts, which both are not super nice.
    8dbea604
index.html.haml 6.99 KB