Skip to content
This repository has been archived by the owner on Apr 4, 2023. It is now read-only.

Change startup behavior to match that of 'jekyll serve' #40

Open
stomar opened this issue Oct 17, 2015 · 0 comments · May be fixed by #59
Open

Change startup behavior to match that of 'jekyll serve' #40

stomar opened this issue Oct 17, 2015 · 0 comments · May be fixed by #59
Milestone

Comments

@stomar
Copy link
Collaborator

stomar commented Oct 17, 2015

Change startup behavior (of Rack::Jekyll.new):

  • Adopt the current behavior of Jekyll (the "jekyll serve" command) and always build the site initially.
  • Add an option to skip the initial build (e.g. :skip_initial_build - this would match Jekyll's command line flag --skip-initial-build).

The option is necessary for deploys on read-only filesystems, where the pre-built site already exists. (The current :force_build option, which is only available since 0.4.2, will be obsolete.)

@stomar stomar self-assigned this Oct 17, 2015
@stomar stomar added this to the v0.5.0 milestone Oct 17, 2015
@stomar stomar removed their assignment Mar 9, 2016
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
1 participant