From 00fe77715a70adf480aee45107d28ad9c2f66893 Mon Sep 17 00:00:00 2001 From: Chris Eppstein Date: Mon, 11 Oct 2010 03:10:35 -0700 Subject: [PATCH] Make this example work right. --- examples/compass/bootstrap.rb | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/examples/compass/bootstrap.rb b/examples/compass/bootstrap.rb index fcc0c7c4..90132470 100644 --- a/examples/compass/bootstrap.rb +++ b/examples/compass/bootstrap.rb @@ -1,3 +1,4 @@ require File.join(File.dirname(__FILE__), '..', 'downloader') -install_from_github('chriseppstein', 'yui-compass-plugin', 'yui') \ No newline at end of file +install_from_github('chriseppstein', 'yui-compass-plugin', 'yui') +install_from_github('chriseppstein', 'Compass-Layouts', 'compass-layouts') \ No newline at end of file