jasonlewis / basset

A better asset management package for Laravel.
http://jasonlewis.me/code/basset
240 stars 76 forks source link

Auto compilation not working for sass files #201

Closed jenssegers closed 11 years ago

jenssegers commented 11 years ago

If I modify a sass file and reload the page it does not compile the stylesheet and shows the raw sass file. If I compile it using artisan, it does compile.

jenssegers commented 11 years ago

It seems Basset is having problems finding sass, I am now trying to figure out how to use a PHP based sass compiler.

jenssegers commented 11 years ago

I was able to use the ScssphpFilter, but I think the documentation could be a bit more clear on this.