1
0
mirror of https://github.com/golang/go synced 2024-10-01 08:28:43 -06:00
go/godoc/static/bake.sh
Andrew Gerrand 371fdaacb9 go.tools/godoc: add 'Blog' heading and playground scripts and styles
This is part of altering the blog to be styled like the rest of golang.org.

R=golang-dev, dsymonds
CC=golang-dev
https://golang.org/cl/13641045
2013-09-18 15:12:51 +10:00

28 lines
450 B
Bash
Executable File

#!/usr/bin/env bash
# Copyright 2013 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.
set -e
STATIC="
codewalk.html
codewalkdir.html
dirlist.html
error.html
example.html
godoc.html
godocs.js
jquery.js
opensearch.xml
package.html
package.txt
play.js
playground.js
search.html
search.txt
style.css
"
go run bake.go $STATIC | gofmt > static.go