server command now builds prior to serving
authorspf13 <steve.francia@gmail.com>
Wed, 9 Oct 2013 22:24:40 +0000 (18:24 -0400)
committerspf13 <steve.francia@gmail.com>
Wed, 9 Oct 2013 22:24:40 +0000 (18:24 -0400)
commands/server.go

index d82a345f5ac613a57ec04b54b8caa3ea333a406c..9b98d4c7797d67fe959610370acfbc9bbe20e048 100644 (file)
@@ -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))