mirror of
https://github.com/reality/dbot.git
synced 2024-12-24 11:42:36 +01:00
Should have fixed public folder path
This commit is contained in:
parent
e0dd59ac7d
commit
851f510973
@ -3,7 +3,7 @@ var express = require('express');
|
||||
var webInterface = function(dbot) {
|
||||
var dbot = dbot;
|
||||
|
||||
var pub = '../public';
|
||||
var pub = 'public';
|
||||
var app = express.createServer();
|
||||
|
||||
app.use(express.compiler({ src: pub, enable: ['sass'] }));
|
||||
|
Loading…
Reference in New Issue
Block a user