From 6178b580b18053606bea5d03a07170375ad0286e Mon Sep 17 00:00:00 2001 From: Joshua Coles Date: Fri, 6 Oct 2023 20:30:40 +0100 Subject: [PATCH] Disable sass to make tailwind work --- config/application.rb | 3 +++ 1 file changed, 3 insertions(+) diff --git a/config/application.rb b/config/application.rb index 14fa22f..399c812 100644 --- a/config/application.rb +++ b/config/application.rb @@ -15,6 +15,9 @@ module LectureAttendanceManager config.hosts << "lectures.joshuacoles.me" + # Disable sass to make tailwind work + config.assets.css_compressor = nil + # Configuration for the application, engines, and railties goes here. # # These settings can be overridden in specific environments using the files