a02243ba7a
Merge pull request #333 from vCaesar/test-pr
...
Update fsnotify
2016-12-20 16:58:36 +08:00
0a58d03ca0
Merge pull request #334 from amrfaissal/fix-beegen-output
...
Fix bee generate output in watch.go
2016-12-20 16:57:51 +08:00
aa195ecd46
Enable go install by default to reduce build time without gopm.
2016-12-12 22:30:50 +02:00
a0020d65af
Fix bee generate output in watch.go
...
This removes the output of bee generate in watch.go as it shows
the entire logger output (including the banner). Added also the ability
to catch the exec.Command error instead of returning the exit status.
2016-12-11 23:39:59 +01:00
998e110c6c
Update fsnotify
2016-12-09 01:31:24 +08:00
1c0a569116
Fixed a typo
2016-11-23 15:58:38 +01:00
deacdaa667
Fixes the filename and lineNo in debug log message
2016-11-14 18:05:34 +01:00
cf7aef47f0
Implementing the new logging infrastructure
...
Moved logging to the new logging infrastructure by removing the use of
ColorLog() function. Added more documentation. Also fixed some typos in
comments and function names.
2016-11-13 15:14:48 +01:00
56568f4d2c
tweak: Exit with message instead of a panic
...
In case no application is found in GOPATH(s), exit with a friendly
message instead of a panic. Also removed useless else block in watch.go.
2016-09-26 20:32:14 +02:00
146200024c
Merge pull request #214 from amrfaissal/hotfix-212
...
Ignore tmp/backup files while using watcher
2016-08-19 01:29:29 +08:00
4be4a20df4
Added ability to run an application either from the appname
...
directory or anywhere in the $GOPATH/src folder. (Fixes #219 )
2016-07-22 17:33:05 +02:00
ebb0272bc8
Ignore tmp/backup files while using watcher
...
This fixes #212 and Adds the logic to skip tmp and backup files
generated by Emacs, Vim or SublimeText. More RegExps can be added
to 'ignoredFilesRegExps' slice in watch.go file.
2016-05-31 21:58:24 +02:00
7210ac621d
optimisation disable GC for go build , go list, go install
...
+20% speed on large projects
2016-03-12 14:05:15 +02:00
19b8add1c5
Support go build tags (issue #149 )
2016-02-10 12:39:02 -07:00
9d20985cde
Wait 1s before autobuild util there is no file change.
2014-11-25 00:46:31 +08:00
4ac9fb0dac
bee default support watchall support generate doc
...
bee run appname true
2014-06-18 21:31:54 +08:00
7da30d1b35
now bee run can specify main files
2014-02-22 01:51:18 +08:00
ebcc00b113
Bug fixed
2013-12-15 18:28:17 -05:00
5b59147d87
Bug fixed
2013-12-15 18:09:31 -05:00
342172a1ac
ug fixed
2013-12-15 18:08:51 -05:00
cce4f8c289
Bug fixed
2013-12-13 21:39:16 -05:00
49c53400ea
Bug fixed
2013-12-12 17:13:50 -05:00
a7e6c6a9b5
Update
2013-12-09 11:17:46 -05:00
78a6597edb
Update
2013-12-09 11:11:26 -05:00
723ddb4060
env args fix
2013-11-27 13:15:00 +08:00
5118cd348d
Added args, envs conf option
2013-11-26 23:59:07 -05:00
3674476b3d
reduce build command if user enabled install
2013-11-26 18:37:29 -05:00
a4baa777cb
Added support for gopm
2013-11-03 22:16:15 -05:00
865272a7f7
Update LICENSE
2013-10-30 19:54:53 -04:00
f724bb0c6b
Remove dep of com
2013-10-30 19:39:44 -04:00
8115d5e1b8
modify bee test for more competible with none beego project, and add func safePathAppend
2013-09-24 10:42:02 +08:00
111bc16e19
Able to customize watch file exts
2013-09-04 11:23:51 -04:00
e606b0045d
Working on bee bale
2013-09-03 13:23:58 -04:00
b30217c1d3
Update
2013-08-24 19:00:08 +08:00
6923aeb1ae
Use package com colorlog for uniform management
2013-08-24 16:41:46 +08:00
acc8c4ddd8
Merge branch 'master' of github.com:astaxie/bee
2013-08-24 04:39:18 +08:00
7daaa6b523
Update
2013-08-24 04:39:10 +08:00
d42aec07b4
刚才漏了
2013-08-22 12:19:45 +08:00
055609f64d
Update color ouput
2013-08-15 15:24:23 +08:00
a6840ebafd
Fixed bug: repeat build in Mac OS, change to check file ModTime insetad of event time
2013-08-15 12:53:07 +08:00
5486f6ee55
Fixed bug: repeat build in Mac OS, change to check file ModTime insetad of event time
2013-08-15 12:52:32 +08:00
bf33c2b05c
Fixed bug: repeat build in Mac OS, change to check file ModTime insetad of event time
2013-08-15 12:51:48 +08:00
772e5676f7
Fixed bug: repeat build in Mac OS, change to check file ModTime insetad of event time
2013-08-15 12:51:26 +08:00
ea43654872
Colorful log print
2013-08-09 22:40:46 +08:00
8cbca4826e
Watch current directory and ignore non-go files.
2013-07-31 14:44:56 +08:00
bf5f0baed7
only watch go file's modify
2013-07-30 15:23:14 +08:00
422e2dc737
Add option go install
2013-07-25 16:26:54 +08:00
ead4f9fd81
Add support for watch main package files through bee.json
2013-07-24 20:36:22 +08:00
172bc44b22
Add user conf support for bee.json
2013-07-24 20:01:14 +08:00
0feb778d4d
skip TMP files and gofmt events
2013-07-24 14:58:13 +08:00