1
0
mirror of https://github.com/beego/bee.git synced 2025-07-04 16:40:19 +00:00

Added support for gopm

This commit is contained in:
Unknown
2013-11-03 22:16:15 -05:00
parent 865272a7f7
commit a4baa777cb
6 changed files with 111 additions and 68 deletions

View File

@ -54,7 +54,7 @@ func runBale(cmd *Command, args []string) {
// Pack and compress data.
for _, p := range conf.Bale.Dirs {
if !IsExist(p) {
if !isExist(p) {
ColorLog("[WARN] Skipped directory( %s )\n", p)
continue
}