diff --git a/lib/compass/frameworks/blueprint/templates/project/welcome.html.haml b/lib/compass/frameworks/blueprint/templates/project/welcome.html.haml index 460eac03..032fb3f3 100644 --- a/lib/compass/frameworks/blueprint/templates/project/welcome.html.haml +++ b/lib/compass/frameworks/blueprint/templates/project/welcome.html.haml @@ -7,7 +7,12 @@ %link(href="<%= http_stylesheets_path %>/print.css" media="print" rel="stylesheet" type="text/css") /[if lt IE 8] %link(href="<%= http_stylesheets_path %>/ie.css" media="screen, projection" rel="stylesheet" type="text/css") + %style(type="text/css") + :sass + @import blueprint.sass + .foo + +column(8) %body#welcome.bp #container %h1 Welcome to Compass! - %p This is <%= "ERB" %> \ No newline at end of file + %p This is <%= "ERB" %> diff --git a/lib/compass/installers/base.rb b/lib/compass/installers/base.rb index 9fd27f2c..e27dc2d0 100644 --- a/lib/compass/installers/base.rb +++ b/lib/compass/installers/base.rb @@ -112,6 +112,7 @@ module Compass ctx = TemplateContext.ctx(:to => to, :options => options) contents = process_erb(contents, ctx) end + Compass.configure_sass_plugin! html = Haml::Engine.new(contents, :filename => templatize(from)).render write_file(targetize(to), html, options) else