It's quite possible that line numbering would have to be disabled for optimization. I'm not sure to what degree optimization would be enabled by default. It could easily be confusing for people looking at the generated CSS when doing the initial design if too much optimization is taking place then, which would suggest only enabling it by default when generating :compressed CSS. On the other hand, for optimizations that aren't 100% guaranteed to have no effect (such as duplicate property removal), this could cause the behavior to change in :compressed mode.
On Tue, Feb 2, 2010 at 6:13 AM, Nick Clarke <[email protected]>wrote: > I also like the idea of the CSS being merged, but this is purely for > size and aesthetics reasons. > > For the debugging I like the way it is currently done so it could > simply be changed slightly if merged e.g. > > Instead of: > > /* line 20, sass/_reset.sass */ > body { > line-height: 1; > color: black; > background: white; > } > > we could have > > body { > /* line 20, sass/_reset.sass */ > line-height: 1; > color: black; > /* line 4, sass/_layout.sass */ > background: white; > } > > I love sass so this for me is a nice to have, just wondered if I > missed a setting. > > It's great that there are CSS optimizations planned. > As I think my CSS could do with some help :) > > -- > You received this message because you are subscribed to the Google Groups > "Haml" group. > To post to this group, send email to [email protected]. > To unsubscribe from this group, send email to > [email protected] <haml%[email protected]>. > For more options, visit this group at > http://groups.google.com/group/haml?hl=en. > > -- You received this message because you are subscribed to the Google Groups "Haml" group. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/haml?hl=en.
