vaadin / sass-compiler

A Java Sass compiler implementation
53 stars 26 forks source link

Next release with minimized output feature #8

Closed danjee closed 8 years ago

danjee commented 9 years ago

When are you planning the release for compressed output? I use 0.9.12 from maven public repository and this feature is not included. Do you have a roadmap for releases? Thank you

samie commented 9 years ago

We have no roadmap for the Sass compiler currently and it is very unlikely that we add this for it. However, it should be possible to have a separate gzip step using Maven/Ant.

danjee commented 9 years ago

I see, I saw that the github version is not the same as the one from central maven repository and I assumed that this github code will be he 0.9.13 version. I was thinking of compressed like a minimized version of the output string.

hesara commented 9 years ago

Actually, this should be quite easy to add in our sass compiler, and could be added if we make a maintenance version of the sass compiler sometime soon. However, I'd rename the currently unreleased minify option first because it conflicts with the most logical name for this option.

danjee commented 9 years ago

That will be great! Thank you!

danjee commented 9 years ago

Any news on this? Thank you

danjee commented 8 years ago

Thank you