guard / guard-compass

Guard::Compass automatically rebuilds scss|sass files when a modification occurs taking in account your compass configuration.
https://rubygems.org/gems/guard-compass
MIT License
60 stars 11 forks source link

Load order not preserved #19

Closed jtwalters closed 10 years ago

jtwalters commented 10 years ago

Load order does not seem to be preserved and will have incorrect results if you use multiple stylesheets in development (i.e. modular css).

The only workaround I can think of might be renaming all of the stylesheets to be in the correct alpha-order. e.g. 00_first.scss, 10_second.scss, 20_third.scss, etc.

jtwalters commented 10 years ago

This may have something to do with link tags vs. style @import

rymai commented 10 years ago

Hi, do you think it's a guard-compass specific issue? If yes, please feel free to submit a pull-request. Thanks!

jtwalters commented 10 years ago

Closing since I was able to get this project to work with standard link tags.