Skip to content

Commit

Permalink
Small problem with how compass was working in a real project
Browse files Browse the repository at this point in the history
Actually making our dofault config a real Compass Configuration makes
things work
  • Loading branch information
LightGuard committed Apr 9, 2014
1 parent 1413055 commit 1cbdd3a
Showing 1 changed file with 1 addition and 6 deletions.
7 changes: 1 addition & 6 deletions lib/awestruct/compass/default_configuration.rb
Original file line number Diff line number Diff line change
Expand Up @@ -2,19 +2,14 @@

module Awestruct
module Compass
class DefaultConfiguration
#include ::Compass::Configuration::Defaults
class DefaultConfiguration < ::Compass::Configuration::Data

attr_reader :site

def initialize site
@site = site
end

#def top_level
#self
#end

def project_type
:stand_alone
end
Expand Down

0 comments on commit 1cbdd3a

Please sign in to comment.