pybble
pybble copied to clipboard
Build fails if source filename starts with a number
Naming a file 01example.py
causes pybble build --copy 01example.py
to fail with:
FileNotFoundError: [Errno 2] No such file or directory: '__javascript__/01hello.min.js'
Transcrypt does not complain, however no minified file is created.