mirror of
https://github.com/danog/sass-site.git
synced 2024-11-30 04:29:17 +01:00
No idea why this was pulled out.
This commit is contained in:
parent
44813e615d
commit
4fb38d55e5
9
Rakefile
9
Rakefile
@ -1,10 +1,3 @@
|
||||
def bundle(cmd)
|
||||
old_bundle_gemfile = ENV["BUNDLE_GEMFILE"]
|
||||
ENV.delete("BUNDLE_GEMFILE")
|
||||
sh %{bundle #{cmd}}
|
||||
ensure
|
||||
ENV["BUNDLE_GEMFILE"]
|
||||
end
|
||||
|
||||
task :sass do
|
||||
unless Dir.exists?(".sass")
|
||||
@ -21,7 +14,7 @@ task :sass do
|
||||
sh %{git checkout #{File.read("VERSION").strip}}
|
||||
end
|
||||
|
||||
bundle 'install'
|
||||
sh %{bundle #{install}}
|
||||
end
|
||||
end
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user