Skip to content

Commit 4dfd41a

Browse files
committed
Add more description for tasks from #46
1 parent e1c6251 commit 4dfd41a

1 file changed

Lines changed: 4 additions & 0 deletions

File tree

docs/recipes/adding-gzip-task.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,9 @@
11
# GZip dist gulp task
22

3+
Servers are able to gzip files on the fly, but most of them can also serve "pre-gziped" files and thus avoid any CPU usage in runtime associated with the task. For instance, you can configure nginx to do so.
4+
5+
This recipe makes gzipped versions of all files in `dist` folder
6+
37
1. Install [gulp-gzip](https://www.npmjs.org/package/gulp-gzip) <br>
48
`npm install gulp-gzip --save-dev`
59

0 commit comments

Comments
 (0)