mattdesl / budo

:clapper: a dev server for rapid prototyping
MIT License
2.17k stars 106 forks source link

Files with numeric names #223

Closed dy closed 6 years ago

dy commented 6 years ago

Eg we have 2298.js

budo 2298 gives

C:\Users\dmitry\AppData\Roaming\npm\node_modules\budo\lib\map-entry.js:16
    parts = file.split(':')

whereas budo 2298.js is fine.

mattdesl commented 6 years ago

Good catch, thanks.

mattdesl commented 6 years ago

Fixed in 11.1.2.