mastodon/app/helpers
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 Improve how params from controller are permitted in filter helper (#3129) 2017-05-19 11:43:20 +02:00
activitystreams2_builder_helper.rb
application_helper.rb Skip asset pipeline for static file in public/ (#3125) 2017-05-19 02:41:56 +02:00
flashes_helper.rb
home_helper.rb
http_helper.rb
instance_helper.rb
routing_helper.rb
settings_helper.rb
stream_entries_helper.rb