chinwagsocial/app
Eugen Rochko 62ca37884a Fix - Load stylesheet from "custom.css" entrypoint when present ()
* Fix  - 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
..
controllers Fix empty flash message on the settings page () 2017-05-27 13:04:28 +02:00
helpers Fix - Load stylesheet from "custom.css" entrypoint when present () 2017-05-27 16:55:09 +02:00
javascript Fix - Load stylesheet from "custom.css" entrypoint when present () 2017-05-27 16:55:09 +02:00
lib Refactor Setting () 2017-05-25 14:14:36 +02:00
mailers Remove unnecessary .keep files () 2017-05-11 01:45:42 +02:00
models Remove arguments in association reader () 2017-05-25 16:28:14 +02:00
presenters Bump version, improve how version is stored for better commit history () 2017-04-27 15:22:19 +02:00
services Avoid comparing domains when looking for an exact match of a local account () 2017-05-27 00:55:08 +02:00
validators Stricter whitelist rules () 2017-04-26 01:22:51 +02:00
views Fix - Load stylesheet from "custom.css" entrypoint when present () 2017-05-27 16:55:09 +02:00
workers Specs for cleanup workers () 2017-05-22 19:36:21 +02:00