Skip to content

Commit

Permalink
Merge branch 'master-local' into master-dist
Browse files Browse the repository at this point in the history
  • Loading branch information
patternfly-build committed Sep 18, 2018
2 parents af2ebed + f92576d commit 4a4ca11
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -152,8 +152,8 @@ npm start
or

```
grunt serve # will build first by default
grunt serve --skipRebuild # flag would allow you to skip the rebuild to save some time
grunt serve # will build first by default
grunt serve --skipRebuild # flag would allow you to skip the rebuild to save some time
```

This local static asset server (i.e., [http://localhost:9000](http://localhost:9000)) has the advantage of having livereload integration. Thus, if you start the Gruntjs server, any changes you make to `.html` or `.less` files will be automatically reloaded into your browser and the changes reflected almost immediately. This has the obvious benefit of not having to refresh your browser and still be able to see the changes as you add or remove them from your development files. Additionally, any changes made to Jekyll source files (`tests/pages/`) will trigger a Jekyll build.
Expand Down

0 comments on commit 4a4ca11

Please sign in to comment.