MuckRock / squarelet

MuckRock User Service
GNU Affero General Public License v3.0
11 stars 10 forks source link

Replace Rollup and Gulp with Vite #111

Closed allanlasser closed 4 weeks ago

allanlasser commented 1 month ago

In order to have all our projects using the same modern frontend technologies, we'd like to use Vite as the build tool. This should replace Rollup and Gulp for processing CSS and JS into production files.

allanlasser commented 1 month ago

One thing worth noting—there's some tooling for compiling SASS into CSS, but only a single .scss file in the repo.

eyeseast commented 1 month ago

So maybe we migrate that one .scss file to plain CSS and drop that dependency. I'll take a look at it.