mutewinter / tapas-with-ember

🚫 UNMAINTAINED: A Brunch skeleton for rapid Ember development. Including Ember installation scripts, environment-specific JS builds, generators, and Ember.vim support.
Other
127 stars 19 forks source link

Add `--port` command line option. #7

Closed alpacaaa closed 10 years ago

alpacaaa commented 10 years ago

Let users specify on which port the development server should listen.

cake --port 4444 server

Just a PoC, it probably needs to be elaborated a bit more :)

mutewinter commented 10 years ago

Thanks @alpacaaa :ear_of_rice: :train:

alpacaaa commented 10 years ago

Thanks for the good work on this project!