mattdesl / budo

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

flag --serve short version does not work #151

Closed fibo closed 8 years ago

fibo commented 8 years ago

Hi,

thank you for budo, it is my preferred choice to use as a dev server.

I noticed that using -s short version of --server flag option does not work.

To reproduce error:

  1. Clone fibo/redux-examples tag v0.2.0
  2. Change this line to "example_counter": "budo -s static/bundle.js -d counter counter/index.js -- -t babelify", i.e. replacing --serve with -s.
  3. Run npm run example_counter.

I get a 404 for /static/bundle.js

screen shot 2016-04-26 at 10 33 51

I expected that using the shorter version worked, is there maybe some positional order for options?

mattdesl commented 8 years ago

Nice catch! Should be fixed in 8.2.2. Thanks. 😄