From 62ca37884af11dacca51ef35c43a7f4805c91c5f Mon Sep 17 00:00:00 2001 From: Eugen Rochko Date: Sat, 27 May 2017 16:55:09 +0200 Subject: 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 --- app/assets/stylesheets/.gitkeep | 0 1 file changed, 0 insertions(+), 0 deletions(-) delete mode 100644 app/assets/stylesheets/.gitkeep (limited to 'app/assets/stylesheets/.gitkeep') diff --git a/app/assets/stylesheets/.gitkeep b/app/assets/stylesheets/.gitkeep deleted file mode 100644 index e69de29bb..000000000 -- cgit