This is a theoretical question as much as a practical one. I just can't wrap my head around how all these technologies mesh...
I have heard various things including:
- "HAML and SASS are included in Merb"
- "SASS is part of HAML"
- "HAML works in Merb, but to use SASS you need to add the 'merb-haml' dependency"(?)
- "You need Compass to run SASS in Merb"
- http://haml-lang.com/docs/yardoc/ (search for "merb")
- http://wiki.github.com/chriseppstein/compass/merb-integration
So my question is: ...WHAT??
I do have SASS working in Merb. I have installed Compass and used the instructions on Chris Eppstein's Github wiki to get it working. But why is Compass needed, and why do many sources seem to think that it is not needed and SASS support is built into HAML or Merb?