#323: Removes the check if the current path is a Beego project

This commit is contained in:
Faissal Elamraoui
2016-11-21 15:23:08 +01:00
parent ac935ad4e0
commit e39dc9fb7f
4 changed files with 7 additions and 14 deletions

View File

@ -478,10 +478,6 @@ func packApp(cmd *Command, args []string) int {
logger.Fatalf("Application path does not exist: %s", thePath)
}
if isBeegoProject(thePath) == false {
logger.Fatal("Bee does not support non Beego project")
}
logger.Infof("Packaging application on '%s'...", thePath)
appName := path.Base(thePath)