small fixes
This commit is contained in:
parent
b236b81548
commit
a82490ac3d
2 changed files with 3 additions and 2 deletions
|
|
@ -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]+$/) {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue