edgecase / dieter

Asset pipeline ring middleware
134 stars 22 forks source link

Google Closure simple optimizations only? #45

Open hlship opened 11 years ago

hlship commented 11 years ago

Why are we limited to simple-level optimizations only?

pbiggar commented 11 years ago

I was thinking about this recently. Basically, changing from simple to something else would break backward compatibility.

However, I think what this needs to look like is a list of compressions we want to do: :closure-simple, :closure-advanced, :css-whitespace, :less, :uglifyjs, etc.

What do you think? Any interest in making a patch?

myguidingstar-zz commented 11 years ago

and can you add extern file support, @pbiggar ?