1
0
Fork 0
mirror of https://github.com/sinatra/sinatra synced 2023-03-27 23:18:01 -04:00

Remove reference to compass

This commit is contained in:
Jordan Owens 2022-08-02 10:57:58 -04:00 committed by GitHub
parent 8ae87a87f3
commit 3d3dbb2364
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -27,7 +27,6 @@ module Sinatra
##
# Other extensions you don't want to be loaded unless needed.
module Custom
# register :Compass, 'sinatra/compass'
register :Reloader, 'sinatra/reloader'
end