Removed some erroneous entries in the Manifest file and changed the rakefile so they wouldn't happen again.

This commit is contained in:
Chris Eppstein 2008-10-31 13:07:35 -07:00
parent 23ef723d8c
commit 98e13e306d
2 changed files with 8 additions and 9 deletions

View File

@ -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

View File

@ -96,3 +96,9 @@ task :examples do
end
end
end
task :git_clean do
sh "git", "clean", "-fdx"
end
task :manifest => :git_clean