jaunesarmiento / fries

Fries helps you prototype Android apps using HTML, CSS, and JavaScript.
MIT License
1.55k stars 222 forks source link

Deprecated jekyll command line in README.md - Revert 722f50d #106

Open eyecatchup opened 9 years ago

eyecatchup commented 9 years ago

Not sure why this was merged at all, but 722f50d replaces jekyll serve by jekyll --server --auto.

Here's what jekyll has to say:

>jekyll --server --auto
       Deprecation: Jekyll now uses subcommands instead of just switches. Run `jekyll --help' to find out more.
       Deprecation: The --server command has been replaced by the 'serve' subcommand.
       Deprecation: The switch '--auto' has been replaced with '--watch'.
jekyll 2.5.1 | Error:  Whoops, we can't understand your command.
jekyll 2.5.1 | Error:  invalid option: --server
jekyll 2.5.1 | Error:  Run your command again with the --help switch to see available options.

Easy fix: revert 722f50d