~gnome-integration-team/gnome-integration/chrome-gnome-scrollbar

« back to all changes in this revision

Viewing changes to Rakefile

  • Committer: Garrett LeSage
  • Date: 2011-05-31 22:27:29 UTC
  • Revision ID: git-v1:ef19d66f7f4389e4f04c17c897ca3b2f80757b77
upgrade to new compass & change name

Show diffs side-by-side

added added

removed removed

Lines of Context:
3
3
require 'zip/zip'
4
4
require 'zip/zipfilesystem'
5
5
 
6
 
zip = File.join(File.join('build', "light-themes-scrollbar.zip"))
 
6
zip = File.join(File.join('build', "adwaita-chrome-scrollbar.zip"))
7
7
 
8
8
task :default => :package
9
9
 
18
18
end
19
19
 
20
20
task :compile => :clear do
21
 
        sh "compass -s compressed --force"
 
21
        #sh "compass -s compressed --force"
 
22
        sh "compass compile"
22
23
end
23
24
 
24
25
task :package => :compile do
31
32
                end
32
33
        end
33
34
end
34
 
 
35
 
 
36