wip: 🚧 upgrading for gitea 1.21.3
This commit is contained in:
@@ -6,7 +6,7 @@ import { compile } from 'sass';
|
||||
const logger = new Logger(buildScss.name, 'debug', 'pink');
|
||||
const themesSrc = 'themes/scss';
|
||||
const baseStylesSrc = 'styles';
|
||||
const cssDistPath = '/public/css';
|
||||
const cssDistPath = '/public/assets/css';
|
||||
|
||||
async function buildThemes(srcPath, distPath) {
|
||||
const themes = getScssFiles(srcPath, themesSrc);
|
||||
|
||||
Reference in New Issue
Block a user