From 7f9c9c589aa92313ee8e45d7ddd900c8044d2f17 Mon Sep 17 00:00:00 2001 From: Vlad Povalii Date: Mon, 7 Nov 2016 18:23:40 +0200 Subject: [PATCH 1/3] upd --- .gitignore | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitignore b/.gitignore index c2658d7..8d87b1d 100644 --- a/.gitignore +++ b/.gitignore @@ -1 +1 @@ -node_modules/ +node_modules/* From 31a52fb3beea694abf8cf394a27b94080534cbe4 Mon Sep 17 00:00:00 2001 From: Vlad Povalii Date: Mon, 7 Nov 2016 18:26:22 +0200 Subject: [PATCH 2/3] fix of deprecated "doctype 5" in jade template --- views/layout.jade | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/views/layout.jade b/views/layout.jade index e434dac..df7b293 100644 --- a/views/layout.jade +++ b/views/layout.jade @@ -1,4 +1,4 @@ -doctype 5 +doctype html html head title Backbone App From d3bb8f63255f5483d926a8efb330f3d6ba288380 Mon Sep 17 00:00:00 2001 From: Vlad Povalii Date: Mon, 7 Nov 2016 18:26:56 +0200 Subject: [PATCH 3/3] Revert "upd" This reverts commit 7f9c9c589aa92313ee8e45d7ddd900c8044d2f17. --- .gitignore | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitignore b/.gitignore index 8d87b1d..c2658d7 100644 --- a/.gitignore +++ b/.gitignore @@ -1 +1 @@ -node_modules/* +node_modules/