subtree
Former-commit-id: 748a4f40c9b5d403599b98c84eca945a26abaf13 [formerly 93928629d5b35086a634b3d8c5332d79b842c09e] [formerly e3551c0983d809aadd09fa53c28c87302e5ada45 [formerly f7598254c8
]]
Former-commit-id: fc6c5db5d519ca5a9ddf9126730f01768a90c38d [formerly e9bc3b61f9d6237546ee582ae381f2b8ffbf317b]
Former-commit-id: e0a4a6dcc6f84c21998ba201f02416648c269258
pull/726/head
parent
446be2d1da
commit
4253d383d6
|
@ -0,0 +1,3 @@
|
|||
[submodule "_embed/public/ace"]
|
||||
path = _embed/public/ace
|
||||
url = https://github.com/ajaxorg/ace-builds
|
|
@ -0,0 +1 @@
|
|||
Subproject commit 784ffa862c5351e0d300370f61471b1eb95ebcf1
|
870
assets/binary.go
870
assets/binary.go
File diff suppressed because one or more lines are too long
|
@ -0,0 +1 @@
|
|||
743bee68673bc11403600f39971cb9a5ae07707d
|
|
@ -2,5 +2,5 @@
|
|||
|
||||
go get github.com/jteeuwen/go-bindata/go-bindata
|
||||
go get github.com/bountylabs/gitversion
|
||||
go-bindata -pkg assets -prefix "_embed" -o assets/binary.go -ignore=.*ace.* _embed/... _embed/public/js/vendor/ace/src-min/...
|
||||
go-bindata -pkg assets -prefix "_embed" -o assets/binary.go _embed/templates/... _embed/public/js/... _embed/public/css/... _embed/public/ace/src-min/...
|
||||
gitversion -s -o page/version.go -p page
|
||||
|
|
Loading…
Reference in New Issue