Skip to content

Commit

Permalink
Add sprocekts-sass gem
Browse files Browse the repository at this point in the history
  • Loading branch information
ixti committed Jun 22, 2014
1 parent 66dbc08 commit 1ecfd38
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions jekyll-assets.gemspec
Expand Up @@ -25,6 +25,7 @@ Gem::Specification.new do |spec|
spec.add_dependency "jekyll", ">= 1.0.0", "< 3.0.0"
spec.add_dependency "sprockets", "~> 2.10"
spec.add_dependency "sass"
spec.add_dependency "sprockets-sass"

spec.add_development_dependency "bundler", "~> 1.3"
spec.add_development_dependency "rake"
Expand Down
1 change: 1 addition & 0 deletions lib/jekyll/assets_plugin/environment.rb
Expand Up @@ -4,6 +4,7 @@
# 3rd-party
require "sass"
require "sprockets"
require "sprockets-sass"

module Jekyll
module AssetsPlugin
Expand Down

0 comments on commit 1ecfd38

Please sign in to comment.