Skip to content
This repository has been archived by the owner on Sep 6, 2019. It is now read-only.

Commit

Permalink
feat(cms): set cache-control for each page (#281)
Browse files Browse the repository at this point in the history
  • Loading branch information
patrickmichalina authored Nov 8, 2017
1 parent 5694026 commit 97d9623
Show file tree
Hide file tree
Showing 13 changed files with 228 additions and 489 deletions.
106 changes: 74 additions & 32 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

20 changes: 10 additions & 10 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -51,30 +51,30 @@
"firebase.seed.superusers": "./node_modules/.bin/firebase database:update /users data/seed.superusers.json -y"
},
"devDependencies": {
"@compodoc/compodoc": "^1.0.3",
"@compodoc/compodoc": "^1.0.4",
"@pwa/manifest": "^0.2.1",
"@types/body-parser": "^1.16.5",
"@types/body-parser": "^1.16.7",
"@types/browser-sync": "^0.0.37",
"@types/bunyan": "^1.8.3",
"@types/clean-css": "^3.4.30",
"@types/compression": "0.0.34",
"@types/cookie-parser": "^1.4.1",
"@types/dotenv": "^4.0.1",
"@types/express": "^4.0.37",
"@types/dotenv": "^4.0.2",
"@types/express": "^4.0.39",
"@types/getos": "^3.0.0",
"@types/glob": "^5.0.33",
"@types/html-minifier": "^1.1.30",
"@types/jest": "^21.1.4",
"@types/jest": "^21.1.5",
"@types/js-cookie": "^2.1.0",
"@types/jsdom": "^11.0.2",
"@types/jsdom": "^11.0.3",
"@types/memory-cache": "^0.2.0",
"@types/mkdirp": "^0.5.1",
"@types/ms": "^0.7.30",
"@types/nightmare": "^1.6.36",
"@types/node-sass": "^3.10.32",
"@types/object-hash": "^1.1.0",
"@types/quill": "^1.3.3",
"@types/request": "^2.0.6",
"@types/request": "^2.0.7",
"@types/serve-favicon": "^2.2.29",
"@types/stacktrace-js": "^0.0.32",
"@types/string-hash": "^1.1.1",
Expand All @@ -95,7 +95,7 @@
"fuse-box": "2.4.0",
"fuse-box-typechecker": "git://github.com/fuse-box/fuse-box-typechecker.git",
"glob": "^7.1.2",
"greenkeeper-lockfile": "^1.10.0",
"greenkeeper-lockfile": "^1.12.0",
"hash-files": "^1.1.1",
"html-minifier": "^3.5.6",
"husky": "^0.14.3",
Expand All @@ -115,10 +115,10 @@
"sitemap-generator": "6.0.0",
"source-map-explorer": "^1.5.0",
"string-hash": "^1.1.3",
"superagent": "^3.8.0-alpha.1",
"superagent": "^3.8.0",
"supertest": "^3.0.0",
"svg2png": "^4.1.1",
"ts-jest": "^21.1.2",
"ts-jest": "^21.1.4",
"ts-node": "^3.3.0",
"tslint": "^5.8.0",
"typescript": "^2.6.1",
Expand Down
Loading

0 comments on commit 97d9623

Please sign in to comment.