forked from GitHub/dbot
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 webInterface = function(dbot) {
|
||||||
var dbot = dbot;
|
var dbot = dbot;
|
||||||
|
|
||||||
var pub = '../public';
|
var pub = 'public';
|
||||||
var app = express.createServer();
|
var app = express.createServer();
|
||||||
|
|
||||||
app.use(express.compiler({ src: pub, enable: ['sass'] }));
|
app.use(express.compiler({ src: pub, enable: ['sass'] }));
|
||||||
|
Loading…
Reference in New Issue
Block a user