projects
/
brevno-suite
/
hugo
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
4993152
)
server command now builds prior to serving
author
spf13
<steve.francia@gmail.com>
Wed, 9 Oct 2013 22:24:40 +0000
(18:24 -0400)
committer
spf13
<steve.francia@gmail.com>
Wed, 9 Oct 2013 22:24:40 +0000
(18:24 -0400)
commands/server.go
patch
|
blob
|
history
diff --git
a/commands/server.go
b/commands/server.go
index d82a345f5ac613a57ec04b54b8caa3ea333a406c..9b98d4c7797d67fe959610370acfbc9bbe20e048 100644
(file)
--- a/
commands/server.go
+++ b/
commands/server.go
@@
-45,6
+45,8
@@
func server(cmd *cobra.Command, args []string) {
Config.BaseUrl = "http://localhost:" + strconv.Itoa(serverPort)
}
+ build(cmd, args)
+
// Watch runs its own server as part of the routine
if serverWatch {
fmt.Println("Watching for changes in", Config.GetAbsPath(Config.ContentDir))