koa-static-folder
Advanced tools
Comparing version 0.1.0 to 0.1.1
{ | ||
"name": "koa-static-folder", | ||
"version": "0.1.0", | ||
"version": "0.1.1", | ||
"description": "Static file server based on a folder instead of a single file. Node needs to be restarted in order to work through file caching.", | ||
@@ -5,0 +5,0 @@ "main": "index.js", |
# koajs-static-folder | ||
Middleware for KoaJS to serve folder as static files. | ||
Middleware for KoaJS to serve a folder as static files. Other implementations require every file to be appointed individually (as far as I know). The software initializes at the startup of your application, so changes made in the underlying folders require a restart of your app. | ||
@@ -5,0 +5,0 @@ ## Example |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
4596