mirror of
https://github.com/filebrowser/filebrowser.git
synced 2024-06-07 23:00:43 +00:00
subtree
This commit is contained in:
parent
f2ff8cce33
commit
f7598254c8
3
.gitmodules
vendored
Normal file
3
.gitmodules
vendored
Normal file
@ -0,0 +1,3 @@
|
||||
[submodule "_embed/public/ace"]
|
||||
path = _embed/public/ace
|
||||
url = https://github.com/ajaxorg/ace-builds
|
1
_embed/public/ace
Submodule
1
_embed/public/ace
Submodule
@ -0,0 +1 @@
|
||||
Subproject commit 784ffa862c5351e0d300370f61471b1eb95ebcf1
|
8213
assets/binary.go
8213
assets/binary.go
File diff suppressed because one or more lines are too long
@ -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
Block a user