Closed fibo closed 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.
-s
--server
To reproduce error:
"example_counter": "budo -s static/bundle.js -d counter counter/index.js -- -t babelify"
--serve
npm run example_counter
I get a 404 for /static/bundle.js
I expected that using the shorter version worked, is there maybe some positional order for options?
Nice catch! Should be fixed in 8.2.2. Thanks. 😄
8.2.2
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:
"example_counter": "budo -s static/bundle.js -d counter counter/index.js -- -t babelify"
, i.e. replacing--serve
with-s
.npm run example_counter
.I get a 404 for /static/bundle.js
I expected that using the shorter version worked, is there maybe some positional order for options?