5t3ph / 5t3ph/eleventy-plugin-sass-lightningcss

Is it possible to define output directory?

未关闭 适合新手
#7 0 条评论 1 个 reaction 已指派 0 人 在 GitHub 查看
主要语言
JavaScript
星标
42
派生
4
PR 合并指标
30 天内没有已合并 PR

描述

I keep Sass files inside `src/_includes/scss`. Added this folder as an input folder, but the output lands in `dist`. Is there a way to declare it to put it inside `dist/css`? Adding `outputDir: "css"` to options does not work.

贡献指南

这个仓库没有索引到贡献指南

调研方向

Look at the plugin's main entry point, likely index.js, to see how Sass files are processed and where output is written. Check the plugin's options handling for an outputDir parameter. The goal is to modify the output path so compiled CSS lands in dist/css. Test by configuring the plugin in an Eleventy project and verifying the output directory.

由索引模型根据 Issue 内容生成。

评估

技术栈
javascript, sass
领域
build-system
Issue 类型
功能
难度
2/5
预计耗时
1-3 小时
活跃度
停滞
描述清晰度
描述清楚
新手友好度
65/100

把新 issue 发到你的邮箱

精选适合新手参与的 GitHub issue 摘要。