kobotoolbox / kpi

kpi is the (frontend) server for KoboToolbox. It includes an API for users to access data and manage their forms, question library, sharing settings, create reports, and export data.
https://www.kobotoolbox.org
GNU Affero General Public License v3.0
130 stars 177 forks source link

double dot in compiled files #4164

Open jnm opened 1 year ago

jnm commented 1 year ago

probably not a big deal, but there's an odd double dot in compiled files, e.g. kobologo..svg. this shows up on production deployments.

locally, i see

kpi/jsapp/compiled$ ls -1 | grep -F '..'
chart-area..png
chart-donut..png
chart-horizontal..png
chart-line..png
chart-pie..png
chart-vertical..png
k-icons.1668201809452..eot
k-icons.1668201809452..svg
k-icons.1668201809452..ttf
k-icons.1668201809452..woff
k-icons.1668201809452..woff2
kobologo..svg
kobologo_symbol..svg
layers-2x..png
layers..png
marker-icon..png
roboto-latin-ext-100-normal..woff
roboto-latin-ext-100-normal..woff2
roboto-latin-ext-300-italic..woff
roboto-latin-ext-300-italic..woff2
roboto-latin-ext-300-normal..woff
roboto-latin-ext-300-normal..woff2
roboto-latin-ext-400-italic..woff
roboto-latin-ext-400-italic..woff2
roboto-latin-ext-400-normal..woff
roboto-latin-ext-400-normal..woff2
roboto-latin-ext-500-italic..woff
roboto-latin-ext-500-italic..woff2
roboto-latin-ext-500-normal..woff
roboto-latin-ext-500-normal..woff2
roboto-latin-ext-700-italic..woff
roboto-latin-ext-700-italic..woff2
roboto-latin-ext-700-normal..woff
roboto-latin-ext-700-normal..woff2
roboto-mono-latin-ext-400-normal..woff
roboto-mono-latin-ext-400-normal..woff2
roboto-mono-latin-ext-700-normal..woff
roboto-mono-latin-ext-700-normal..woff2
select2..png
select2-spinner..gif
select2x2..png
signup_photo..jpg
ui-icons_ffffff_256x240..png
magicznyleszek commented 1 month ago

@jnm does it still happen for you?