Disable sass to make tailwind work
All checks were successful
Build and Publish Docker Container / build (push) Successful in 5m34s
All checks were successful
Build and Publish Docker Container / build (push) Successful in 5m34s
This commit is contained in:
parent
e3199a097f
commit
6178b580b1
@ -15,6 +15,9 @@ module LectureAttendanceManager
|
|||||||
|
|
||||||
config.hosts << "lectures.joshuacoles.me"
|
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.
|
# Configuration for the application, engines, and railties goes here.
|
||||||
#
|
#
|
||||||
# These settings can be overridden in specific environments using the files
|
# These settings can be overridden in specific environments using the files
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user