diff --git a/Manifest b/Manifest index 8f222bb9..4ab4d8e0 100644 --- a/Manifest +++ b/Manifest @@ -1,4 +1,5 @@ bin/compass +compass.gemspec examples/blueprint_default/index.html examples/blueprint_default/parts/elements.html examples/blueprint_default/parts/forms.html @@ -122,16 +123,8 @@ Manifest Rakefile README.markdown test/compass_test.rb -test/fixtures/default/saved/compass/reset.css -test/fixtures/default/saved/ie.css -test/fixtures/default/saved/print.css -test/fixtures/default/saved/screen.css test/fixtures/default/templates/ie.sass test/fixtures/default/templates/print.sass test/fixtures/default/templates/screen.sass -test/fixtures/default/tmp/compass/reset.css -test/fixtures/default/tmp/ie.css -test/fixtures/default/tmp/print.css -test/fixtures/default/tmp/screen.css test/test_helper.rb VERSION diff --git a/Rakefile b/Rakefile index 6fe0c62f..6ffa272f 100644 --- a/Rakefile +++ b/Rakefile @@ -95,4 +95,10 @@ task :examples do end end end -end \ No newline at end of file +end + +task :git_clean do + sh "git", "clean", "-fdx" +end + +task :manifest => :git_clean \ No newline at end of file