sproutcore / abbot

SproutCore Build Tools [deprecated]
http://www.sproutcore.com
88 stars 44 forks source link

[1.5.0.pre.2] sc-server and sc-build overlook Sass files with .scss extension #26

Closed rykov closed 13 years ago

rykov commented 13 years ago

The build system ignores Sass files with .scss extension. The content never makes it into the final stylesheet.css.

The workaround is to rename these files to .css

ialexi commented 13 years ago

It should be changed to treat ".scss" files the same as ".css" files. But I wonder: will .less be broken, too?

wycats commented 13 years ago

Fixed in 98129935fbe586f11a8a

rykov commented 13 years ago

Thank you