This website requires JavaScript.
Explore
Help
Sign In
go-packages
/
iris
Watch
1
Star
0
Fork
0
You've already forked iris
mirror of
https://github.com/kataras/iris.git
synced
2025-01-24 03:01:03 +01:00
Code
Issues
Actions
Packages
Projects
Releases
Wiki
Activity
a4996b90c8
iris
/
_examples
/
file-server
/
single-page-application
/
embedded-single-page-application-with-other-routes
/
public
/
app.js
1 line
54 B
JavaScript
Raw
Normal View
History
Unescape
Escape
New DirOptions.Cache field for in-memory caching and pre-compression for the fastest possible static file server Read HISTORY.md it contains a breaking change, second parameter of HandleDir should be iris.Dir(...) instead of just a string relative to: https://github.com/kataras/iris/issues/1556#issuecomment-661057446 Former-commit-id: 14b48a06fb3b99287dff543932be2937a64233b9
2020-07-24 12:03:49 +02:00
window
.
alert
(
"app.js loaded from static page of \"/"
)
;
Reference in New Issue
Copy Permalink