mirror of
https://github.com/hedgedoc/hedgedoc.git
synced 2025-05-13 06:34:39 -04:00
Updated for using bower
This commit is contained in:
parent
827cb259db
commit
baed9eb33d
6 changed files with 42 additions and 41 deletions
1
app.js
1
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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue