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

zip compression during prod deployment #1140

Closed
tpruthi opened this issue Jul 19, 2016 · 2 comments
Closed

zip compression during prod deployment #1140

tpruthi opened this issue Jul 19, 2016 · 2 comments

Comments

@tpruthi
Copy link

tpruthi commented Jul 19, 2016

Is there any way to add gulp-zip task in the list of build.prod task, so the files generated in dist/prod
will be zipped and the zip file can be deployed directly to nginx or any other server.

@TheDonDope
Copy link
Contributor

We kind of have this, but not actually for building the artifacts, but at runtime, when using npm run serve.prod , see here: #1092

@mgechev mgechev closed this as completed Jul 19, 2016
@mgechev
Copy link
Owner

mgechev commented Jul 19, 2016

@tpruthi usually your web server is the one which performs the compression. In case of some compression algorithms it can be based on the browser which did the request.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants