Skip to content

Commit

Permalink
Do not clean on make html, it breaks the devserver
Browse files Browse the repository at this point in the history
  • Loading branch information
barentsen committed Dec 28, 2017
1 parent a67e0f2 commit e9afecc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ quick:
html-dev:
$(PELICAN) $(INPUTDIR) -o $(OUTPUTDIR) -s $(DEVCONF) $(PELICANOPTS) --ignore-cache

html: clean
html:
$(PELICAN) $(INPUTDIR) -o $(OUTPUTDIR) -s $(CONFFILE) $(PELICANOPTS) --ignore-cache

html-live: clean
Expand Down

0 comments on commit e9afecc

Please sign in to comment.