chinwagsocial/app/views/layouts
Akihiko Odaki (@fn_aki@pawoo.net) e98559c3ff Resolve custom application stylesheet with Webpack (#3373)
This implementation is a bit smaller and still has the following benefits:

* No need of app/javascript/packs/custom.js
For custom stylesheet, it typically has only
"require('../styles/custom.scss')" and is redundant.

* No need to extract vendor stylesheet to another asset
Extracting vendor stylesheet could be forgotten by developers who do not
use custom stylesheet.
2017-06-01 20:56:32 +02:00
..
admin.html.haml Added haml-lint and fix warnings (#2773) 2017-05-08 03:35:25 +02:00
application.html.haml Resolve custom application stylesheet with Webpack (#3373) 2017-06-01 20:56:32 +02:00
auth.html.haml Added haml-lint and fix warnings (#2773) 2017-05-08 03:35:25 +02:00
embedded.html.haml Use stylesheet_pack_tag in embedded layout, avoids pipeline deprecation warning (#3123) 2017-05-19 03:11:17 +02:00
error.html.haml Added haml-lint and fix warnings (#2773) 2017-05-08 03:35:25 +02:00
mailer.text.erb Instance helper to replace site title helper (#2038) 2017-04-18 00:16:32 +02:00
public.html.haml Replace \u2014 with — (#3301) 2017-05-25 14:05:54 +02:00