aboutsummaryrefslogtreecommitdiff
path: root/justfile
AgeCommit message (Collapse)Author
2023-03-24move (most of the) JavaScript code to TypeScriptDaniel Schadt
Yay, types! (And a lot of escape hatches)
2023-03-22use sass for the CSS filesDaniel Schadt
2023-03-22use npm to manage Javascript librariesDaniel Schadt
I'm not the biggest fan of combining many package managers, but the JavaScript libraries (Bootstrap, Bootstrap-Icons, later the @types modules and Leaflet) are easy to get via npm, so maybe we can use that to our advantage and have npm at least download them.
2022-12-06replace Makefile targets with justfileDaniel Schadt
We might re-introduce Makefiles, but for different purposes (SASS or TypeScript compilation).
2022-12-06add justfile for language pack processingDaniel Schadt