Simplify compass config with extra file or new callback

This commit is contained in:
Thomas Reynolds 2011-07-25 20:10:07 -07:00
parent d3cb8808ae
commit 2c3523b94a
7 changed files with 65 additions and 31 deletions

View file

@ -19,5 +19,5 @@ Feature: Builder
Scenario: Force relative assets
Given a built test app with flags "--relative"
Then "stylesheets/site.css" should exist and include "../"
Then "stylesheets/relative_assets.css" should exist and include "../"
And cleanup built test app