mirror of
https://github.com/NodeBB/NodeBB.git
synced 2025-11-02 03:55:55 +01:00
Fix @scoped themes
This commit is contained in:
committed by
Julian Lam
parent
7cd8274c0f
commit
65b4bafb16
@@ -89,6 +89,7 @@ function getImports(files, prefix, extension, callback) {
|
|||||||
function getBundleMetadata(target, callback) {
|
function getBundleMetadata(target, callback) {
|
||||||
var paths = [
|
var paths = [
|
||||||
path.join(__dirname, '../../node_modules'),
|
path.join(__dirname, '../../node_modules'),
|
||||||
|
path.join(__dirname, '../../public/less'),
|
||||||
path.join(__dirname, '../../public/vendor/fontawesome/less'),
|
path.join(__dirname, '../../public/vendor/fontawesome/less'),
|
||||||
];
|
];
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user