Merge branch 'master' of https://github.com/b3log/wide
This commit is contained in:
commit
0cb61234da
|
@ -0,0 +1,21 @@
|
|||
author: DL88250@gmail.com
|
||||
description: A Web IDE for Teams using Golang.
|
||||
|
||||
filesets:
|
||||
includes:
|
||||
- conf
|
||||
- data
|
||||
- doc
|
||||
- i18n
|
||||
- static
|
||||
- views
|
||||
- README.md
|
||||
- LICENSE
|
||||
excludes:
|
||||
- \.git
|
||||
settings:
|
||||
targetdir: ""
|
||||
build: |
|
||||
test -d Godeps && go(){ godep go "$@";} ; go install -v
|
||||
outfiles:
|
||||
- wide
|
Loading…
Reference in New Issue