Skip to content
This repository was archived by the owner on Feb 5, 2025. It is now read-only.

Commit 4a4ca11

Browse files
Merge branch 'master-local' into master-dist
2 parents af2ebed + f92576d commit 4a4ca11

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -152,8 +152,8 @@ npm start
152152
or
153153

154154
```
155-
grunt serve # will build first by default
156-
grunt serve --skipRebuild # flag would allow you to skip the rebuild to save some time
155+
grunt serve # will build first by default
156+
grunt serve --skipRebuild # flag would allow you to skip the rebuild to save some time
157157
```
158158

159159
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.

0 commit comments

Comments
 (0)