Top "Static-files" questions

Static-files are ones that don't get amended during runtime.

ImproperlyConfigured at / Empty static prefix not permitted - Django

I'm working on uploading/displaying images with Django. The website is deployed on Heroku. Following this tutorial I was able …

python django heroku django-urls static-files
Route to static file in Play! 2.0

I'm trying to make a route to a specific static file but everything I'm trying ends with an error. I've …

playframework routes playframework-2.0 static-files
What's the better approach: serving static files with Express or nginx?

I'm building a Node.js applications and I'm using nginx as a reverse proxy. My application has some static files …

node.js express nginx static-files
`express.static()` keeps routing my files from the route

While working on an express project, I am trying to use an express.Router object to handle my application routes. …

node.js express static-files
Django Static Files Development

This seems to be a source of much confusion judging by the amount of similar titles on the subject, however …

django static-files
Django runserver not serving static files in development

I am using Django with runserver for my development. When I deploy to my production server I can see all …

django django-staticfiles static-files
'collectstatic' command fails when WhiteNoise is enabled

I'm trying to serve static files through WhiteNoise as per Heroku's recommendation. When I run collectstatic in my development environment, …

python django python-3.x static-files
Prevent IIS from serving static files through ASP.NET pipeline

Requests for my css, js, image files are being served through the ASP.NET pipeline. I thought IIS by default …

asp.net-mvc forms-authentication iis-7.5 static-files
ASP.NET Core - serving static files

I'm following this documentation but I'm getting stuck: https://docs.microsoft.com/en-us/aspnet/core/fundamentals/static-files Consider my directory …

c# asp.net-core static-files
ReactJS: How to prevent browser from caching static files?

I'm working on my project using ReactJS and I use create-react-app to create my app. After building project, I use …

reactjs caching browser-cache create-react-app static-files