mirror of
https://github.com/NodeBB/NodeBB.git
synced 2025-10-29 10:06:13 +01:00
fixed plugin css files for relative path
This commit is contained in:
@@ -2,6 +2,7 @@ var fs = require('fs'),
|
||||
path = require('path'),
|
||||
async = require('async'),
|
||||
winston = require('winston'),
|
||||
nconf = require('nconf'),
|
||||
eventEmitter = require('events').EventEmitter,
|
||||
db = require('./database');
|
||||
|
||||
|
||||
Reference in New Issue
Block a user