Skip to content

Commit

Permalink
Fixing compass integration with compass 1.0.1
Browse files Browse the repository at this point in the history
They made some changes, we had to adapt. We may be able to go with just
compass-core moving forward, I'll have to investigate.
  • Loading branch information
LightGuard committed Oct 7, 2014
1 parent 4e7e4e7 commit 5942b82
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 9 deletions.
4 changes: 2 additions & 2 deletions awestruct.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -36,9 +36,9 @@ Haml and Markdown filters are touchy things. Redcarpet or Rdiscount work well if
s.add_dependency 'asciidoctor' # we're pretty good about backwards compat
s.add_dependency 'nokogiri', '~> 1.5.10'
s.add_dependency 'tilt', '~> 2.0.1'
s.add_dependency 'compass', '~> 0.12.4'
s.add_dependency 'compass', '~> 1.0.1'
s.add_dependency 'compass-960-plugin', '~> 0.10.4'
s.add_dependency 'bootstrap-sass', '~> 3.1.1.0'
s.add_dependency 'bootstrap-sass', '~> 3.2.0.2'
s.add_dependency 'zurb-foundation', '~> 4.3.2'
s.add_dependency 'mime-types', '~> 2.1'
s.add_dependency 'rest-client', '~> 1.7.2'
Expand Down
1 change: 1 addition & 0 deletions lib/awestruct/cli/auto.rb
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@
require 'listen'
require 'guard/livereload'
require 'compass'
require 'compass/commands'

module Awestruct
module CLI
Expand Down
9 changes: 2 additions & 7 deletions lib/awestruct/cli/manifest.rb
Original file line number Diff line number Diff line change
@@ -1,11 +1,6 @@
require 'sass/callbacks'
require 'compass/app_integration'
require 'compass/configuration'
require 'compass/logger'
require 'compass/actions'
require 'compass/commands/base'
require 'compass/commands/registry'
require 'compass/commands/create_project'
require 'compass'
require 'compass/commands'
require 'compass/installers/bare_installer'

module ::Compass::AppIntegration::StandAlone
Expand Down

0 comments on commit 5942b82

Please sign in to comment.