sproutcore / abbot

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

[1.5.0.pre.4.1] sc-server doesn't respect sc_require in CSS files #34

Closed rykov closed 13 years ago

rykov commented 13 years ago

I'm building a new HTML/TemplateView based on a legacy application and wanted to re-use the stylesheets. Those stylesheets have rules that break the view if loaded in an incorrect order.

I've put all the stylesheets in resources/stylesheets and used sc_require to ensure order. However, the rules in the resulting stylesheet.css do not follow the ordering.

My current workaround is to by-pass the build system by adding stylesheet links to :page_styles section of loading.rhtml.

wagenet commented 13 years ago

This should be fixed in 1.5 GM.