Open thesmart opened 10 years ago
Weird, filename case sensitive issue? I don't see any quickly but sounds like it could be something like this. OSX is not case sensitive and Ubuntu is...
Error is at https://github.com/rstacruz/sinatra-assetpack/blob/master/lib/sinatra/assetpack/compressor.rb#L15
Not sure where @compressors are loaded, this is where you should look for additional clues.
When I run the asset builder (version 0.3.3) on OSX, I get the expected result. However, when I run on Ubuntu, I get the following error:
I have
require 'sass'
at the top of my app.rb. Here is my assets block:The
app.css
is actually/public/css/app.scss
When I change the css_compression from
:scss
to:sass
it works on Ubuntu but fails on OSX. Very odd that the gem has different behavior on different OS.