cdowdy / bolt-tinypng

Bolt Extension Using TinyPNG API to optimize images
7 stars 2 forks source link

Subdirectories have the base directory in list #29

Closed cdowdy closed 5 years ago

cdowdy commented 5 years ago

this makes it very "noisy" so I wanna remove it.. also related to #28

example:
2018-09-28_10-16-38

cdowdy commented 5 years ago

now looks like:

2018-09-28_10-18-52

cdowdy commented 5 years ago

this might cause issue though for deeply nested directories as seen in the above examples with sub_with_sub with a structure like:

sub_with sub   
└───sub_one
    └───sub_two
        └───sub_three  

since every sub directory now has the preceding directories removed.