Open MaxPleaner opened 8 years ago
With Sinatra versions newer than 1.4.0, Tilt.mappings does not exist.
Tilt.mappings
Not sure what effect this method had in the first place, but making it return early if Tilt.mappings is not defined does not seem to break anything for me.
With Sinatra versions newer than 1.4.0,
Tilt.mappings
does not exist.Not sure what effect this method had in the first place, but making it return early if
Tilt.mappings
is not defined does not seem to break anything for me.