summaryrefslogtreecommitdiff
path: root/app.js
diff options
context:
space:
mode:
authorWu Cheng-Han2015-11-29 01:00:41 -0600
committerWu Cheng-Han2015-11-29 01:00:41 -0600
commitbaed9eb33d1ae6da5d04a11ae8df6bc6293f04b6 (patch)
treefd243adfecc0170b0bd22ca59b4234f0f026c7ef /app.js
parent827cb259dbab20422726dad2b6371c5a4ac54096 (diff)
Updated for using bower
Diffstat (limited to 'app.js')
-rw-r--r--app.js1
1 files changed, 1 insertions, 0 deletions
diff --git a/app.js b/app.js
index 3dda03c3..8ebcaacf 100644
--- a/app.js
+++ b/app.js
@@ -134,6 +134,7 @@ passport.deserializeUser(function (id, done) {
//routes
//static files
app.use('/', express.static(__dirname + '/public'));
+app.use('/vendor/', express.static(__dirname + '/bower_components'));
//template files
app.set('views', __dirname + '/public');
//set render engine