rstacruz / sinatra-assetpack

Package your assets transparently in Sinatra.
http://ricostacruz.com/sinatra-assetpack/
MIT License
542 stars 97 forks source link

what about autoprefixer? #191

Open idoo opened 9 years ago

idoo commented 9 years ago

Pls help me to integrate autoprefixer in my sinatra app with sinatra-assetpack :)

j15e commented 9 years ago

You mean a CSS autoprefixer?

idoo commented 9 years ago

@j15e right

ravicious commented 9 years ago

I tried to write a custom engine that would support autoprefixer-rails, but turns out sinatra-assetpack let's you use only one CSS compressor and I need to actually compile SASS first.