👷Настройки
Настройки сайт
const app = new rist.App({
templatesDirectory: "public",
stylesDirectory: "/static/css",
scriptsDirectory: "/static/scripts",
imagesDirectory: "/static/images",
otherDirectory: "/static/other",
notFoundPage: "404.html",
});Настройка компиляции SCSS кода в CSS
app.compileSCSS('public/static/scss', 'public/static/css')Last updated
