1
0
mirror of https://github.com/kataras/iris.git synced 2026-01-16 00:16:00 +00:00

remove travis

This commit is contained in:
Gerasimos (Makis) Maropoulos
2021-02-19 09:41:24 +02:00
parent 0081171aa6
commit 6587b387b6
12 changed files with 76 additions and 7323 deletions

File diff suppressed because it is too large Load Diff

View File

@@ -0,0 +1,5 @@
html {
font-family: sans-serif;
-webkit-text-size-adjust: 100%;
-ms-text-size-adjust: 100%
}

File diff suppressed because one or more lines are too long

View File

@@ -38,8 +38,8 @@ func newApp() *iris.Application {
func main() {
app := newApp()
// http://localhost:8080/static/css/bootstrap.min.css
// http://localhost:8080/static/js/jquery-2.1.1.js
// http://localhost:8080/static/css/main.css
// http://localhost:8080/static/js/main.js
// http://localhost:8080/static/favicon.ico
app.Listen(":8080")
}

View File

@@ -61,8 +61,8 @@ func (r resource) loadFromBase(dir string) string {
}
var urls = []resource{
"/static/css/bootstrap.min.css",
"/static/js/jquery-2.1.1.js",
"/static/css/main.css",
"/static/js/main.js",
"/static/favicon.ico",
}

File diff suppressed because one or more lines are too long

View File

@@ -10,7 +10,7 @@ import (
// # OR: go get -u github.com/go-bindata/go-bindata/v3/go-bindata
// # to save it to your go.mod file
// $ go-bindata -prefix "../embedding-files-into-app/assets/" -fs ../embedding-files-into-app/assets/...
// $ go run .
// $ go run -mod=mod .
// Time to complete the compression and caching of [2/3] files: 31.9998ms
// Total size reduced from 156.6 kB to:
// br (22.9 kB) [85.37%]
@@ -45,8 +45,8 @@ func newApp() *iris.Application {
func main() {
app := newApp()
// http://localhost:8080/static/css/bootstrap.min.css
// http://localhost:8080/static/js/jquery-2.1.1.js
// http://localhost:8080/static/css/main.css
// http://localhost:8080/static/js/main.js
// http://localhost:8080/static/favicon.ico
app.Listen(":8080")
}

View File

@@ -62,8 +62,8 @@ func (r resource) loadFromBase(dir string) string {
}
var urls = []resource{
"/static/css/bootstrap.min.css",
"/static/js/jquery-2.1.1.js",
"/static/css/main.css",
"/static/js/main.js",
"/static/favicon.ico",
}