Basset/Assetic + SASS wont compile imports (osx)
问题 I am using Basset which in turn uses assetic for code minification and concatenation. I have the latest sass installed, using sass -v tells me it is 3.2.12 I have a css>sass folder and inside that a partials folder. The main.scss imports 2 files from the partials folder. One for variables (colours, widths etc) and the other for layout. The partials begine with an underscore, so they should not be compiled (_variables.scss) . The main.scss looks like this: @import "partials/variables"; @import