Skip to content

Commit

Permalink
fixed windows issue for postinstall script and fixed favicon path
Browse files Browse the repository at this point in the history
  • Loading branch information
peterhaldbaek committed Dec 19, 2013
1 parent 9866a34 commit bffece8
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -48,6 +48,6 @@
},
"main": "node_modules/docpad/bin/docpad-server",
"scripts": {
"postinstall": "node_modules/bower/bin/bower install"
"postinstall": "node node_modules/bower/bin/bower install"
}
}
2 changes: 1 addition & 1 deletion src/layouts/default.html.jade
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ html(lang="en")
meta(name="viewport", content="width=device-width")

// Icons
link(rel="shortcut icon", href="ico/favicon.ico")
link(rel="shortcut icon", href="/ico/favicon.ico")
link(rel="apple-touch-icon-precomposed", sizes="144x144", href="/ico/apple-touch-icon-144-precomposed.png")
link(rel="apple-touch-icon-precomposed", sizes="114x114", href="/ico/apple-touch-icon-114-precomposed.png")
link(rel="apple-touch-icon-precomposed", sizes="72x72", href="/ico/apple-touch-icon-72-precomposed.png")
Expand Down

0 comments on commit bffece8

Please sign in to comment.