We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
I have a gzip server response that is send to clients by apache, but not by browserSync proxy in development (its json encoded gzip content).
This is what i have now:
var browserSync = require('browser-sync'); browserSync({ notify: false, logPrefix: packageJson.name, proxy: 'localhost', //Apache startPath: packageJson.appPath+'app', files: ["api/app/**/*.php"], middleware: require("connect-gzip") });
And before i have tryed the recipe for static content. https://github.com/BrowserSync/recipes/tree/master/recipes/server.gzipped.assets
Can you confirm me the right way to handle that with browserSync? Any experiences?
The text was updated successfully, but these errors were encountered:
Do you mean skip the gzip when running through Browsersync?
Sorry, something went wrong.
No branches or pull requests
I have a gzip server response that is send to clients by apache,
but not by browserSync proxy in development (its json encoded gzip content).
This is what i have now:
And before i have tryed the recipe for static content.
https://github.com/BrowserSync/recipes/tree/master/recipes/server.gzipped.assets
Can you confirm me the right way to handle that with browserSync?
Any experiences?
The text was updated successfully, but these errors were encountered: