Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fixing merge problem #188

Merged
merged 21 commits into from
Apr 4, 2019
Merged
Show file tree
Hide file tree
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
Localise MDI
  • Loading branch information
webandbg committed Apr 2, 2019
commit 6eec09037247d0415257a599dab4b7993e3c04f7
7 changes: 4 additions & 3 deletions website/nuxt.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -16,8 +16,8 @@ module.exports = {
],
link: [
{ rel: 'icon', type: 'image/x-icon', href: '/favicon.ico' },
{ rel: 'stylesheet', type: 'text/css', href: '//cdn.materialdesignicons.com/2.0.46/css/materialdesignicons.min.css' },
{ rel: 'stylesheet', type: 'text/css', href: 'https://fonts.googleapis.com/css?family=Raleway&Open+Sans' }
// { rel: 'stylesheet', type: 'text/css', href: '//cdn.materialdesignicons.com/2.0.46/css/materialdesignicons.min.css' },
// { rel: 'stylesheet', type: 'text/css', href: 'https://fonts.googleapis.com/css?family=Raleway&Open+Sans' }
]
},

Expand All @@ -34,7 +34,8 @@ module.exports = {
** Global CSS
*/
css: [
'@/assets/sass/style.sass'
'@/assets/sass/style.sass',
'@/node_modules/@mdi/font/css/materialdesignicons.min.css',
],

/*
Expand Down
18 changes: 18 additions & 0 deletions website/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 2 additions & 0 deletions website/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@
"test": "jest"
},
"dependencies": {
"@mdi/font": "^3.5.95",
"@nuxtjs/axios": "^5.3.6",
"@nuxtjs/bulma": "^1.2.1",
"axios": "^0.18.0",
Expand All @@ -20,6 +21,7 @@
"firebase": "^5.8.2",
"node-sass": "^4.11.0",
"nuxt": "^2.3.4",
"nuxt-material-design-icons": "^1.0.4",
"sass-loader": "^7.1.0",
"vue-cookies": "^1.5.12",
"vue-headroom": "^0.9.0",
Expand Down