5t3ph / 5t3ph/eleventy-plugin-sass-lightningcss
Is it possible to define output directory?
- Dominant language
- JavaScript
- Stars
- 42
- Forks
- 4
- PR merge metrics
- No merged PRs in 30d
Description
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.
Contributor guide
No contributing guide indexed for this repository
Research direction
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.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- javascript, sass
- Domain
- build-system
- Issue type
- Feature
- Difficulty
- 2/5
- Estimated time
- 1-3 hours
- Activity status
- Stale
- Clarity
- Clearly specified
- Newbie friendliness
- 65/100