im-richard / Scaffold

Extend, combine and compress CSS
http://github.com/IAMRichardT/Scaffold/wiki
161 stars 19 forks source link

Sass #45

Open adampatterson opened 13 years ago

adampatterson commented 13 years ago

It looks like the Sass.php extension is trying to load cache files with the .sass extension but they are not stored that way.

Changing $temp = $scaffold->cache->find('/sass/'.$source->id.'.sass'); to $temp = $scaffold->cache->find('/sass/'.$source->id);

and commenting out the throw exeption code seems to fix the issue.

The configuration settings for the Sass extension also seem to have not effect on the output.

Other than that I like what I see!

mralexgray commented 12 years ago

This does seem to make it "work".. But why do none of the settings, i.e. compressed etc.. have any effect..?