Privatizing and such to clean up docs

This commit is contained in:
2012-12-26 10:58:42 -05:00
parent efeccf62a2
commit a40ee71b5f
5 changed files with 19 additions and 18 deletions

View File

@@ -8,11 +8,11 @@ cat > _tmp.go <<EOWEBASSETSGO
package conway
const (
GAME_OF_LIFE_INDEX_HTML = \`
gameOfLifeIndexHtml = \`
$(cat web_assets/index.html | gzip -9 | base64)\`
NORMALIZE_CSS = \`
normalizeCss = \`
$(curl -s http://necolas.github.com/normalize.css/2.0.1/normalize.css | gzip -9 | base64)\`
JQUERY_MIN_JS = \`
jqueryMinJs = \`
$(curl -s http://ajax.googleapis.com/ajax/libs/jquery/1.8.3/jquery.min.js | gzip -9 | base64)\`
)
EOWEBASSETSGO