From 98e13e306d2b40605250059c4be21f6013a109fd Mon Sep 17 00:00:00 2001 From: Chris Eppstein Date: Fri, 31 Oct 2008 13:07:35 -0700 Subject: [PATCH] Removed some erroneous entries in the Manifest file and changed the rakefile so they wouldn't happen again. --- Manifest | 9 +-------- Rakefile | 8 +++++++- 2 files changed, 8 insertions(+), 9 deletions(-) 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