Skip to content

Commit

Permalink
Merge pull request #1 from heavymery/develop
Browse files Browse the repository at this point in the history
Develop
  • Loading branch information
heavymery committed Sep 10, 2014
2 parents 0ff91c9 + b4dfabb commit a74a632
Showing 1 changed file with 13 additions and 2 deletions.
15 changes: 13 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -115,7 +115,7 @@ $ bower install

## Grunt tasks

### Server
### Serve

Launch preview server with LiveReload.

Expand All @@ -137,9 +137,20 @@ Launch preview server for build version.
$ grunt serve:dist
```

### Styleguide

Generate styleguide. (`app/styleguide`)

```sh
$ grunt shell:styleguide
```

## Deploy

Deploying to Github Pages. (`http://{username}.github.io/{repository-name}/`)
Deploying to Github Pages.

* github.com -> `http://{user-name}.github.io/{repository-name}/`
* GitHub Enterprise -> `http://{github-domain}/pages/{user-name}/{repository-name}/`

```sh
$ git push origin :gh-pages # if push rejected
Expand Down

0 comments on commit a74a632

Please sign in to comment.