astaxie
1fb0bebe30
Merge pull request #516 from qida/master
...
Update ignoredFilesRegExps
2018-07-21 22:59:18 +08:00
astaxie
25a2684240
Merge pull request #522 from lixiangzhong/master
...
Update watch.go
2018-07-21 22:58:48 +08:00
astaxie
ecd8896cf3
Merge pull request #530 from Medicean/master
...
fix bee.json & Beefile watch_ext doesn't work
2018-07-21 22:28:38 +08:00
astaxie
a386880832
Merge pull request #537 from wilhelmguo/master
...
Support extra args to run application.
2018-07-21 22:27:53 +08:00
Codeb Fan
cd82742af9
Support extra args to run application.
2018-06-26 18:07:49 +08:00
Medicean
25063a62c4
fix bee.json & Beefile watch_ext doesn't work
2018-06-11 18:01:35 +08:00
qida
c1896dd4cf
Update ignoredFilesRegExps
...
解决了在执行 `bee run -gendoc=true` 时,更新`commentsRouter_controllers.go`文件导致多次触发"build"的bug。
2018-03-27 15:08:24 +08:00
lixz
5ba8b15e3a
Update watch.go
...
在window编译linux后,bee run 执行的appname为linux的可执行文件
2017-12-29 17:09:02 +08:00
TankTheFrank
c34cb05355
after build the browser is refreshed
2017-10-19 14:23:08 +03:00
astaxie
1cc7abaac6
fix gosimple
2017-04-24 21:45:27 +08:00
astaxie
3b316ecd81
update swagger to v3
2017-04-19 20:52:36 +08:00
Faissal Elamraoui
f80384a9f5
Move getFileModTime() to utils package
2017-04-02 23:36:17 +02:00
astaxie
dd3f690bf7
cleanup
2017-03-17 13:33:15 +08:00
Faissal Elamraoui
792cb3f311
Load configuration for all commands
...
This removes the filepath.Walk() when loading configuration,
as it can read a Beefile from another project in the $GOPATH.
Now config.LoadConfig() is called for all available commands.
2017-03-15 15:18:33 +01:00
Faissal Elamraoui
426237fefe
Fixes configuration loading since last changes
2017-03-12 23:24:50 +00:00
Sergey Lanzman
feea8877c0
go vet
...
go simple
golint
structcheck
staticcheck
unused
unconvert
2017-03-11 10:57:06 +02:00
astaxie
3d5b13d84e
Merge pull request #370 from sergeylanzman/make-log-for-beego-developer
...
Make logs for beego developer, not for bee developer
2017-03-11 15:36:37 +08:00
Sergey Lanzman
abf2b4a4cb
1. Make logs for beego developer not for bee developer
...
2. Fix debug mode
2017-03-10 20:32:22 +02:00
Sergey Lanzman
dacee6ba16
add notify on fails build
2017-03-10 20:04:49 +02:00
Sergey Lanzman
c538bfbc8f
Refactor!
...
create sub packages
delete unused code
delete code from not use command cmdRouter,cmdTest, cmdRundocs
make command plugins
check with gosimple,staticcheck,go vet,unused,unconvert
2017-03-10 11:48:26 +02:00