forked from github/pelican
We're not using SimpleHTTPServer anymore.
This commit is contained in:
parent
34103cd5dd
commit
d496e81f2b
1 changed files with 1 additions and 1 deletions
|
|
@ -267,7 +267,7 @@ needed by Pelican.
|
|||
|
||||
automation = ask('Do you want to generate a Fabfile/Makefile '
|
||||
'to automate generation and publishing?', bool, True)
|
||||
develop = ask('Do you want an auto-reload & simpleHTTP script '
|
||||
develop = ask('Do you want an auto-reload & simple HTTP script '
|
||||
'to assist with theme and site development?', bool, True)
|
||||
|
||||
if automation:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue