You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+8Lines changed: 8 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -36,6 +36,14 @@ The Array of built assets.
36
36
37
37
_Default:_ the `distFiles` property of the deployment context
38
38
39
+
### zopfli
40
+
41
+
Use node-zopfli for compression (better than regular gzip
42
+
compression, but slower). If you set this to `true`, you
43
+
will need to `npm install node-zopfli --save-dev` in your app.
44
+
45
+
_Default:_ false
46
+
39
47
## Prequisites
40
48
41
49
The default configuration of this plugin expects the deployment context to have `distDir` and `distFiles` properties. These are conveniently created by the [ember-cli-deploy-build](https://github.com/zapnito/ember-cli-deploy-build) plugin so will work out of the box if you are using that plugin.
0 commit comments