5t3ph / 5t3ph/eleventy-plugin-sass-lightningcss
Is it possible to define output directory?
- Langage dominant
- JavaScript
- Étoiles
- 42
- Forks
- 4
- Métriques de merge des PR
- Aucune PR mergée en 30 j
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.
Guide de contribution
Aucun guide de contribution indexé pour ce dépôt
Piste de recherche
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.
Rédigé par le modèle d'indexation à partir du texte de l'issue.
Évaluation
- Stack technique
- javascript, sass
- Domaine
- build-system
- Type d'issue
- Fonctionnalité
- Difficulté
- 2/5
- Temps estimé
- 1-3 heures
- Activité
- À l'abandon
- Clarté
- Clairement spécifiée
- Accessibilité débutants
- 65/100