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
1.7.0 - 2017-06-08
------------------------------------------------
## General
* Fixes issue in `kit/lib/env.js`, where `isProduction` was always
returning `false`
## Docker
* Adds `Dockerfile`, for building a production web server Docker image
* Adds `.dockerignore`, copied from the existing `.gitignore` to avoid
unnecessary build context
## NPM
* Removes `yarn.lock` -- the official advice is to avoid Yarn at
present, due to certain third-party NPM packages relying on
'postinstall' hooks to build binaries from source
* Adds `package-lock.json`, for faster builds with NPM v5
* Explicitly adds `iltorb` and `node-zopfli`, binary packages required
for Brotli and Zopfli compression respectively
* Adds packages:
"iltorb": "^1.3.1"
"node-zopfli": "^2.0.2"
Copy file name to clipboardExpand all lines: CHANGELOG
+18Lines changed: 18 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -1,3 +1,21 @@
1
+
1.7.0 - 2017-06-08
2
+
------------------------------------------------
3
+
4
+
## General
5
+
* Fixes issue in `kit/lib/env.js`, where `isProduction` was always returning `false`
6
+
7
+
## Docker
8
+
* Adds `Dockerfile`, for building a production web server Docker image
9
+
* Adds `.dockerignore`, copied from the existing `.gitignore` to avoid unnecessary build context
10
+
11
+
## NPM
12
+
* Removes `yarn.lock` -- the official advice is to avoid Yarn at present, due to certain third-party NPM packages relying on 'postinstall' hooks to build binaries from source
13
+
* Adds `package-lock.json`, for faster builds with NPM v5
14
+
* Explicitly adds `iltorb` and `node-zopfli`, binary packages required for Brotli and Zopfli compression respectively
0 commit comments