1.修改build.go文件:为生成的每个html文件设置UTF-8编码,解决浏览器打开文件乱码问题;

2.增加build.sh文件:封装html生成流程,简化命令操作;
 3.增加.gitignore文件:过滤对html、pkg等文件的版本管理。
This commit is contained in:
guiquanz
2013-01-16 17:46:43 +08:00
parent 8dd70a77ba
commit 3b38e31d40
3 changed files with 19 additions and 1 deletions

4
.gitignore vendored Normal file
View File

@@ -0,0 +1,4 @@
*~
pkg/*
*.html