Skip to content
This repository has been archived by the owner on Feb 26, 2024. It is now read-only.

Remove local HTTP server's cache-control header. #194

Closed
wants to merge 1 commit into from
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
2 changes: 1 addition & 1 deletion package.json
Expand Up @@ -17,7 +17,7 @@
"postinstall": "bower install",

"prestart": "npm install",
"start": "http-server -a localhost -p 8000",
"start": "http-server -a localhost -p 8000 -c-1",

"pretest": "npm install",
"test": "karma start test/karma.conf.js",
Expand Down