Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[FEATURE] add compression middleware for express.js #175

Merged
merged 3 commits into from
Jul 25, 2016

Conversation

thatkookooguy
Copy link
Member

Change Summary

@@ -19,6 +20,11 @@ var console = require('./app/models/consoleService')
// read more at https://github.com/helmetjs/helmet
app.use(helmet());

// compress all requests
app.use(compression({
threshold : 0

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Expected indentation of 2 characters
Illegal space after key

@thatkookooguy thatkookooguy requested a deployment to kibibit-demo-pr-175 July 25, 2016 22:57 Pending
@thatkookooguy thatkookooguy requested a deployment to kibibit-demo-pr-175 July 25, 2016 22:58 Pending
@thatkookooguy thatkookooguy requested a deployment to kibibit-demo-pr-175 July 25, 2016 22:59 Pending
@thatkookooguy thatkookooguy temporarily deployed to kibibit-demo-pr-175 July 25, 2016 23:04 Inactive
@thatkookooguy
Copy link
Member Author

BASE:
screen shot 2016-07-26 at 02 09 32
THIS PR:
screen shot 2016-07-26 at 02 09 14

@thatkookooguy thatkookooguy merged commit f29b807 into master Jul 25, 2016
@thatkookooguy thatkookooguy deleted the feature-add-gzip branch July 25, 2016 23:11
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

compress files sent from server
2 participants