edgecase / dieter

Asset pipeline ring middleware
134 stars 22 forks source link

use less' built-in compression #18

Open pbiggar opened 12 years ago

pbiggar commented 12 years ago

CSS compilation is simple in dieter - just remove whitespace basically. But less has a built in minifier, so we should use that, especially since less's inclusions all happen in the compiler, so it doesn't have "compilation unit" problems.

DanThiffault commented 11 years ago

This should be all set. Though its really only useful after also pulling in #43