- fixes #1790
authorTravis Webb <me@traviswebb.com>
Tue, 26 Aug 2014 21:24:03 +0000 (17:24 -0400)
committerTravis Webb <me@traviswebb.com>
Tue, 26 Aug 2014 21:48:29 +0000 (17:48 -0400)
.gitignore
node-datasource/main.js

index 1892508..76887af 100644 (file)
@@ -1,3 +1,4 @@
+*.log
 *.DS_Store
 *.sw*
 *~
index 334a84d..f2b9145 100755 (executable)
@@ -298,6 +298,7 @@ var conditionalExpressSession = function (req, res, next) {
       req.path === "/" ||
       req.path === "/favicon.ico" ||
       req.path === "/forgot-password" ||
+      req.path === '/node_modules/jquery/jquery.js' ||
       req.path === "/recover") {
 
     next();