Skip to content

Commit

Permalink
Merge branch 'master' into develop
Browse files Browse the repository at this point in the history
  • Loading branch information
danielcherubini committed Aug 7, 2017
2 parents 821ea1f + 6da58f0 commit 694eedf
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 4 deletions.
6 changes: 4 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -235,9 +235,11 @@ const vueOptions = {
// Styles
{ style: '/assets/rendered/style.css' }
{ style: '/assets/rendered/style.css', type: 'text/css' }
{ style: '/assets/rendered/style.css', type: 'text/css', rel: 'stylesheet' }
// Note with Styles, [type] and [rel] are optional...
// Note with Styles, [type] is optional...
// ...
// Rel
{ rel: 'icon', type: 'image/png', href: '/assets/favicons/favicon-32x32.png', sizes: '32x32' }
// Generic rel for things like icons and stuff
],
}
}
Expand Down
2 changes: 1 addition & 1 deletion package-lock.json

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

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "express-vue",
"version": "4.0.0",
"version": "4.0.1",
"description": "Vue rendering engine for Express.js",
"homepage": "https://github.com/express-vue/express-vue",
"author": {
Expand Down

0 comments on commit 694eedf

Please sign in to comment.