Rewritten core which makes better use of Tilt. Support for SCSS, Coffee and Less.

This commit is contained in:
tdreyno 2010-09-04 20:26:48 -07:00
parent bccc6d2d74
commit 5523a10d9b
40 changed files with 642 additions and 668 deletions

View file

@ -1,4 +1,5 @@
Given /^I am using an asset host$/ do
Middleman::Base.enable :asset_host
Middleman::Base.set :asset_host do |asset|
"http://assets%d.example.com" % (asset.hash % 4)
end