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

Current version of jade and doctype fix #2

Merged
merged 2 commits into from
Jan 4, 2014
Merged
Show file tree
Hide file tree
Changes from all commits
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
5 changes: 3 additions & 2 deletions app/views/layout.jade
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
doctype 5
doctype html
html(lang='en')
head
meta(charset='utf-8')
Expand Down Expand Up @@ -58,4 +58,5 @@ body
//
Placed at the end of the document so the pages load faster
script(src='/bootstrap-3.0.0/assets/js/jquery.js').
script(src='/bootstrap-3.0.0/dist/js/bootstrap.min.js')
script(src='/bootstrap-3.0.0/dist/js/bootstrap.min.js')

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@
"matchdep": "~0.1.2"
},
"_commentdependencies": {
"jade": "~0.34.1",
"jade": "~1.0.2",
"mongoose": "~3.6.16",
"request": "~2.26.0",
"async": "~0.2.9"
Expand Down