1
0
Fork 0
forked from github/pelican

We're not using SimpleHTTPServer anymore.

This commit is contained in:
Hyunwoo Park 2018-01-22 19:26:57 +09:00 committed by GitHub
commit d496e81f2b
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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: