Skip to content

Commit

Permalink
Release 2.9.7
Browse files Browse the repository at this point in the history
  • Loading branch information
Dave Conway-Jones committed Aug 24, 2018
1 parent 5835a28 commit f9eb68e
Show file tree
Hide file tree
Showing 6 changed files with 6,934 additions and 7 deletions.
3 changes: 2 additions & 1 deletion CHANGELOG.md
@@ -1,5 +1,5 @@

### 2.9.7-beta: Maintenance Release
### 2.9.7: Maintenance Release

**Enhancements**

Expand All @@ -11,6 +11,7 @@

- Ensure old forms Submit/Cancel buttons still display a value.
- Let internal form elements scale more appropriately with grid size. Issue #416
- Adjust slider timing to try to better smooth output

### 2.9.6: Maintenance Release

Expand Down
3 changes: 1 addition & 2 deletions dist/dashboard.appcache
Expand Up @@ -5,7 +5,6 @@ i18n.js
icon120x120.png
icon192x192.png
icon64x64.png
index.html
css/app.min.css
css/app.min.less
css/index.html
Expand All @@ -20,4 +19,4 @@ weather-icons-lite/fonts/weather-icons-lite.woff2
NETWORK:
*

# hash: 25bf4d4d7adec71f6cc50e0ecfb4246465e2859519fbcd9dfb54e204386fc016
# hash: e22d8625b19464e665f41af3eb167f5e9ae86102e155d5c7c5f2254f646349d3
2 changes: 1 addition & 1 deletion dist/js/app.min.js

Large diffs are not rendered by default.

4 changes: 2 additions & 2 deletions gulpfile.js
Expand Up @@ -38,8 +38,8 @@ gulp.task('manifest', ['build'], function() {
//preferOnline: true,
network: ['*'],
filename: 'dashboard.appcache',
exclude: 'dashboard.appcache'
//exclude: ['dashboard.appcache','index.html']
// exclude: 'dashboard.appcache'
exclude: ['dashboard.appcache','index.html']
}))
.pipe(replace('tinycolor-min.js', 'tinycolor-min.js\nsocket.io/socket.io.js'))
.pipe(eol('\n'))
Expand Down

0 comments on commit f9eb68e

Please sign in to comment.