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