Skip to content

Commit 1def54e

Browse files
committed
added makefile. Updated bindata params
1 parent 74efd47 commit 1def54e

File tree

5 files changed

+368
-52225
lines changed

5 files changed

+368
-52225
lines changed

Makefile

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,15 @@
1+
2+
3+
bindata-dev:
4+
go-bindata --dev data/
5+
6+
bindata-build:
7+
go-bindata data/
8+
9+
run:
10+
go run auth.go bindata.go commands.go dirjson.go dirsearch.go \
11+
dirzip.go gzip.go main.go serv_statics.go webcommand.go
12+
13+
14+
15+

bindata.go

Lines changed: 352 additions & 52218 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

data/app.js

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,6 @@
11

2-
3-
4-
52
var ToView;
63

7-
8-
9-
10-
114
fMgr.controller("ListCtr", function($scope, $http, $location,
125
$document, $window, $timeout, ServerCommand, Flash,
136
ngDialog, Path, Downloader){
File renamed without changes.

main.go

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,7 @@ var (
2323
auth string
2424
debug bool
2525
disable_sys_command bool
26+
rootDir = "."
2627
)
2728

2829
//var cpuprof string

0 commit comments

Comments
 (0)