打包发布最新功能

This commit is contained in:
life
2015-01-08 22:08:09 +08:00
parent c514d0bc1c
commit 9515f1e58f
17 changed files with 83 additions and 29 deletions

View File

@ -32,10 +32,10 @@ import (
//var jss = []string{"js/jquery-cookie", "js/bootstrap"}
var jss = []string{"js/jquery-cookie", "js/bootstrap",
"js/common", "js/app/note", "js/app/tag", "js/app/notebook", "js/app/share",
"js/object_id", "js/ZeroClipboard/ZeroClipboard"}
"js/object_id"}
var base1 = "/Users/life/Documents/Go/package1/src/github.com/leanote/leanote/"
var base = "/Users/life/Documents/Go/package1/src/github.com/leanote/leanote/public/"
var base1 = "/Users/life/Documents/Go/package2/src/github.com/leanote/leanote/"
var base = "/Users/life/Documents/Go/package2/src/github.com/leanote/leanote/public/"
var cmdPath = "/usr/local/bin/uglifyjs"
func cmdError(err error) {