Skip to content

Commit 409d871

Browse files
Merge pull request #424 from rails/sassc-rails
Make sass-rails an wrapper for sassc-rails to allow a smooth upgrade
2 parents ac38f1e + d809900 commit 409d871

File tree

247 files changed

+11
-4803
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

247 files changed

+11
-4803
lines changed

.travis.yml

Lines changed: 0 additions & 65 deletions
This file was deleted.

Gemfile

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -2,9 +2,3 @@ source "https://rubygems.org"
22

33
# Specify your gem's dependencies in sass-rails.gemspec
44
gemspec
5-
6-
gem "rails", github: "rails/rails"
7-
gem "arel", github: "rails/arel"
8-
gem "rack", github: "rack/rack"
9-
gem "sprockets", github: "rails/sprockets", branch: "master"
10-
gem "sprockets-rails", github: "rails/sprockets-rails", branch: "master"

MIT-LICENSE

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
Copyright (c) 2011-2016 Christopher Eppstein
1+
Copyright (c) 2011-2019 Christopher Eppstein
22

33
Permission is hereby granted, free of charge, to any person obtaining
44
a copy of this software and associated documentation files (the

Rakefile

Lines changed: 0 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,2 @@
11
require 'bundler'
22
Bundler::GemHelper.install_tasks
3-
4-
require 'rake/testtask'
5-
6-
Rake::TestTask.new(:test) do |t|
7-
t.libs << 'lib'
8-
t.libs << 'test'
9-
t.pattern = 'test/**/*_test.rb'
10-
t.verbose = false
11-
end
12-
13-
desc 'Default: run unit tests.'
14-
task default: :test

gemfiles/Gemfile-rails-4-2

Lines changed: 0 additions & 11 deletions
This file was deleted.

gemfiles/Gemfile-rails-5-0

Lines changed: 0 additions & 8 deletions
This file was deleted.

gemfiles/Gemfile-rails-5-1

Lines changed: 0 additions & 8 deletions
This file was deleted.

gemfiles/Gemfile-rails-edge

Lines changed: 0 additions & 8 deletions
This file was deleted.

lib/rails/generators/sass/assets/assets_generator.rb

Lines changed: 0 additions & 13 deletions
This file was deleted.

lib/rails/generators/sass/assets/templates/stylesheet.sass

Lines changed: 0 additions & 3 deletions
This file was deleted.

0 commit comments

Comments
 (0)