small fixes

This commit is contained in:
JT Smith 2006-04-20 22:42:19 +00:00
parent b236b81548
commit a82490ac3d
2 changed files with 3 additions and 2 deletions

View file

@ -77,6 +77,7 @@ sub addNewStyles {
foreach my $file (@files) {
next if $file eq "..";
next if $file eq ".";
next if $file eq ".svn";
$assetCounter++;
print "\t\t\tAdding $file\n";
if ($file =~ m/\.[png|jpg|gif]+$/) {