You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Currently, if I want to preview my JBake site builds incrementally, I have to open up two shells, with one running ./gradlew -t bake and the second one running ./gradlew bakePreview. Having a single command to run that would address both at the same time would be great. I suspect this command would have to spawn the jetty server in the background while it listens for file changes to run a bake against.
Would love feedback on this feature request before I take a stab at implementing it.
The text was updated successfully, but these errors were encountered:
This is a feature request.
Currently, if I want to preview my JBake site builds incrementally, I have to open up two shells, with one running
./gradlew -t bake
and the second one running./gradlew bakePreview
. Having a single command to run that would address both at the same time would be great. I suspect this command would have to spawn the jetty server in the background while it listens for file changes to run a bake against.Would love feedback on this feature request before I take a stab at implementing it.
The text was updated successfully, but these errors were encountered: