Skip to content

Commit

Permalink
Update sass, add compass
Browse files Browse the repository at this point in the history
  • Loading branch information
mixonic committed May 30, 2012
1 parent 42e0360 commit 19b2917
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 2 deletions.
1 change: 1 addition & 0 deletions _plugins/sass_converter.rb
Expand Up @@ -3,6 +3,7 @@

module Jekyll
require 'sass'
require 'compass'
class SassConverter < Converter
safe true
priority :normal
Expand Down
1 change: 1 addition & 0 deletions _plugins/scss_converter.rb
Expand Up @@ -3,6 +3,7 @@

module Jekyll
require 'sass'
require 'compass'
class ScssConverter < Converter
safe true
priority :normal
Expand Down
6 changes: 4 additions & 2 deletions spinto.gemspec
Expand Up @@ -5,7 +5,7 @@ Gem::Specification.new do |s|

s.name = 'spinto'
s.version = '0.2.14'
s.date = '2012-05-01'
s.date = '2012-05-29'

s.summary = "The site generator used at spintoapp.com"
s.description = "Spinto uses Jekyll and plugins to build static sites, this gem provides the spinto-site builder."
Expand All @@ -23,7 +23,9 @@ Gem::Specification.new do |s|

s.add_runtime_dependency('spinto-jekyll', "0.11.2.5")
s.add_runtime_dependency('coffee-script', "2.2.0")
s.add_runtime_dependency('sass', "3.1.15")
s.add_runtime_dependency('sass', "3.1.19")
# s.add_runtime_dependency('bourbon', "2.1.0")
s.add_runtime_dependency('compass', '0.12.1')
s.add_runtime_dependency('less', "2.1.0")
s.add_runtime_dependency('RedCloth', "4.2.9")

Expand Down

0 comments on commit 19b2917

Please sign in to comment.