Add helper method for adding page specific styles
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.
Showing
Please register or sign in to comment