1
0
mirror of https://github.com/beego/bee.git synced 2024-06-02 05:53:28 +00:00
Commit Graph

59 Commits

Author SHA1 Message Date
Sergey Lanzman
ee3dd8f436 Update watch.go
fix bug with reload static files
before:
on change static file bee reload web page
on change go files bee only reload web page
after:
on change static file bee reload web page
on change go files bee rebuild app without not reload web page.
2017-02-25 22:14:45 +02:00
Sergey Lanzman
b867a57d65 improve live reload 2017-02-13 23:05:32 +02:00
Gero
c53a621c52 Fixes #351 2017-02-11 16:54:12 -03:00
Faissal Elamraoui
3f15b69bcc Send a reload message when AutoBuild is triggered 2017-01-22 22:28:52 +01:00
astaxie
a02243ba7a Merge pull request #333 from vCaesar/test-pr
Update fsnotify
2016-12-20 16:58:36 +08:00
astaxie
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
Sergey Lanzman
aa195ecd46 Enable go install by default to reduce build time without gopm. 2016-12-12 22:30:50 +02:00
Faissal Elamraoui
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
vCaesar
998e110c6c Update fsnotify 2016-12-09 01:31:24 +08:00
Faissal Elamraoui
1c0a569116 Fixed a typo 2016-11-23 15:58:38 +01:00
Faissal Elamraoui
deacdaa667 Fixes the filename and lineNo in debug log message 2016-11-14 18:05:34 +01:00
Faissal Elamraoui
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
Faissal Elamraoui
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
astaxie
146200024c Merge pull request #214 from amrfaissal/hotfix-212
Ignore tmp/backup files while using watcher
2016-08-19 01:29:29 +08:00
Faissal Elamraoui
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
Faissal Elamraoui
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
Sergey Lanzman
7210ac621d optimisation disable GC for go build , go list, go install
+20% speed on large projects
2016-03-12 14:05:15 +02:00
Mark Mindenhall
19b8add1c5 Support go build tags (issue #149) 2016-02-10 12:39:02 -07:00
hilyjiang
9d20985cde Wait 1s before autobuild util there is no file change. 2014-11-25 00:46:31 +08:00
astaxie
4ac9fb0dac bee default support watchall support generate doc
bee run appname true
2014-06-18 21:31:54 +08:00
slene
7da30d1b35 now bee run can specify main files 2014-02-22 01:51:18 +08:00
Unknown
ebcc00b113 Bug fixed 2013-12-15 18:28:17 -05:00
Unknown
5b59147d87 Bug fixed 2013-12-15 18:09:31 -05:00
Unknown
342172a1ac ug fixed 2013-12-15 18:08:51 -05:00
Unknown
cce4f8c289 Bug fixed 2013-12-13 21:39:16 -05:00
Unknown
49c53400ea Bug fixed 2013-12-12 17:13:50 -05:00
Unknown
a7e6c6a9b5 Update 2013-12-09 11:17:46 -05:00
Unknown
78a6597edb Update 2013-12-09 11:11:26 -05:00
slene
723ddb4060 env args fix 2013-11-27 13:15:00 +08:00
Unknown
5118cd348d Added args, envs conf option 2013-11-26 23:59:07 -05:00
Unknown
3674476b3d reduce build command if user enabled install 2013-11-26 18:37:29 -05:00
Unknown
a4baa777cb Added support for gopm 2013-11-03 22:16:15 -05:00
Unknown
865272a7f7 Update LICENSE 2013-10-30 19:54:53 -04:00
Unknown
f724bb0c6b Remove dep of com 2013-10-30 19:39:44 -04:00
shxsun
8115d5e1b8 modify bee test for more competible with none beego project, and add func safePathAppend 2013-09-24 10:42:02 +08:00
Unknown
111bc16e19 Able to customize watch file exts 2013-09-04 11:23:51 -04:00
Unknown
e606b0045d Working on bee bale 2013-09-03 13:23:58 -04:00
Unknown
b30217c1d3 Update 2013-08-24 19:00:08 +08:00
Unknown
6923aeb1ae Use package com colorlog for uniform management 2013-08-24 16:41:46 +08:00
Unknown
acc8c4ddd8 Merge branch 'master' of github.com:astaxie/bee 2013-08-24 04:39:18 +08:00
Unknown
7daaa6b523 Update 2013-08-24 04:39:10 +08:00
fanngyuan
d42aec07b4 刚才漏了 2013-08-22 12:19:45 +08:00
Unknown
055609f64d Update color ouput 2013-08-15 15:24:23 +08:00
Unknown
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
Unknown
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
Unknown
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
Unknown
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
Unknown
ea43654872 Colorful log print 2013-08-09 22:40:46 +08:00
Unknown
8cbca4826e Watch current directory and ignore non-go files. 2013-07-31 14:44:56 +08:00
astaxie
bf5f0baed7 only watch go file's modify 2013-07-30 15:23:14 +08:00