Skip to content

Commit

Permalink
Add 'make dev' command for local development
Browse files Browse the repository at this point in the history
  • Loading branch information
lucperkins committed Aug 10, 2018
1 parent d8cb497 commit 23041b6
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions Makefile
Expand Up @@ -3,3 +3,6 @@ get-sass:

build: get-sass
hugo

dev:
hugo server --disableFastRender

0 comments on commit 23041b6

Please sign in to comment.