Skip to content

Commit

Permalink
explaining newly utilized grunt flag (--port) in readme
Browse files Browse the repository at this point in the history
  • Loading branch information
jzacsh committed Sep 9, 2013
1 parent 9709973 commit b9d0bf0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Expand Up @@ -94,7 +94,7 @@ The *Library* version is for closure libraries that have no web output. The loca

The `grunt server` task will do quite a few things for you.

* A static server will listen on port 9000.
* A static server will listen on port 9000 (or anything you'd like, with: `--port=8080`).
* A [live reload server][grunt-live-reload] will be launched.
* All your codebase will be wathed for changes and trigger livereload events
* Finally, your browser will open on the project page
Expand Down

0 comments on commit b9d0bf0

Please sign in to comment.