mirror of
https://github.com/kataras/iris.git
synced 2026-05-13 17:43:49 +00:00
remove travis
This commit is contained in:
File diff suppressed because it is too large
Load Diff
@@ -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
@@ -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")
|
||||
}
|
||||
|
||||
@@ -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",
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user