wip: 🚧 upgrading for gitea 1.21.3

This commit is contained in:
Lucas Colombo
2024-01-02 08:16:33 -03:00
parent 3bd9cbda12
commit 4a1ddf4bed
43 changed files with 524 additions and 162 deletions

View File

@@ -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);