DSACMS / metrics

Experimentations in Open Source Repository Metrics
https://dsacms.github.io/metrics/
Other
6 stars 2 forks source link

Use and configure postcss and rollup as new build tools. #61

Closed natalialuzuriaga closed 9 months ago

natalialuzuriaga commented 9 months ago

Use Postcss and Rollup as new build tools.

Problem

Due to bug described in #54, we are unable to copy the css files and assets (images and graphs) needed for the website. As a result, we cannot use the 11ty Vite Plugin as our build tool for the website.

Solution

Decided to use PostCSS and Rollup as the build tools and bundler for this project. These tools are also used in the DSAC website.