Copyright 2021 The Go Authors. All rights reserved. Use of this source code is governed by a BSD-style license that can be found in the LICENSE file.
Command static compiles TypeScript files into minified JavaScript files and creates linked sourcemaps.
package main

import (
	

	
)

func () {
	,  := static.Build(static.Config{StaticPath: "content/static/js", Write: true})
	if  != nil {
		log.Fatal()
	}

	_,  = static.Build(static.Config{StaticPath: "content/static/styleguide", Write: true, Bundle: true})
	if  != nil {
		log.Fatal()
	}