rkh / sinatra-compass

Better Compass integration for Sinatra (extracted from BigBand).
University of Illinois/NCSA Open Source License
17 stars 1 forks source link

README incomplete #3

Open cowboy opened 13 years ago

cowboy commented 13 years ago

For the most basic version I needed to add a register Sinatra::Compass line as-follows:

register Sinatra::Compass
get_compass 'css'
glaville commented 11 years ago

Are we talking about a modular or classic Sinatra application? Sinatra::Compass is already registered at require time for classic applications and the register step is already mentioned in the README for the modular ones.