tvkitchen / meta

A meta repository for discussions and tasks that span the project
Apache License 2.0
1 stars 0 forks source link

Update build scripts #22

Open slifty opened 3 years ago

slifty commented 3 years ago

Task

Description

Our build scripts all have the same bug, which is described https://github.com/tvkitchen/appliances/issues/85 and also explained in this StackOverflow question.

We ultimately want to wipe out the babel output directory(ies) before transpiling, since babel won't properly clean up dead files nor will it properly rename files in case-insensitive operating systems if the only change was a case change.