chinwagsocial/app/helpers
Eugen Rochko 62ca37884a Fix #2922 - Load stylesheet from "custom.css" entrypoint when present (#3332)
* Fix #2922 - Load stylesheet from "custom.css" entrypoint when present

This is pretty much the same way it worked as before, albeit with
having to create app/javascript/packs/custom.js with
require('../styles/custom.scss') (or whatever you want really), which
will be a blank slate for you to import whatever you want

* Remove old assets directory

* Extract font-awesome into common.css and always load it
2017-05-27 16:55:09 +02:00
..
admin
activitystreams2_builder_helper.rb
application_helper.rb
flashes_helper.rb Clean up flash display in views (#2336) 2017-04-23 04:22:34 +02:00
home_helper.rb
http_helper.rb More robust PuSH subscription refreshes (#2799) 2017-05-05 02:23:01 +02:00
instance_helper.rb
routing_helper.rb Use URI.join for generate asset URL (#2741) 2017-05-03 11:31:21 +02:00
settings_helper.rb
stream_entries_helper.rb Test embedded_view related code in a helper (#2282) 2017-04-23 06:05:52 +02:00
style_helper.rb