Skip to content

Commit

Permalink
Fixed notification coloring and template name
Browse files Browse the repository at this point in the history
  • Loading branch information
rlindskog committed Nov 30, 2017
1 parent aa6e450 commit 16e9023
Show file tree
Hide file tree
Showing 28 changed files with 7,283 additions and 9,833 deletions.
1 change: 1 addition & 0 deletions demo/.gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -7,3 +7,4 @@ db
static/manifest*.json
static/sw.js
static/workbox-sw*.js
demo/dump.rdb
1 change: 1 addition & 0 deletions demo/nuxt.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@ require('dotenv').config({

module.exports = {
build: {
extractCSS: true,
vendor: ['vuetify', 'jwt-decode', 'axios']
},
buildDir: 'dist/client',
Expand Down
Loading

0 comments on commit 16e9023

Please sign in to comment.