SHStanislav Hackerinhackerstanislav.hashnode.dev·Oct 13, 2022 · 1 min readSupport for sass styles in Servant!What is sass? Sass is the most mature, stable, and powerful professional grade CSS extension language in the world. You can read more about sass on https://sass-lang.com/. Why sass in Servant? Servant wants to provide best developer experience. And b...00
SHStanislav Hackerinhackerstanislav.hashnode.dev·Sep 19, 2022 · 14 min readWhat is servant.json file?Main configuration file for Servant. It's used for modules and package definition. In this file there is described some properties that Servant needs to known. Lots of properties are not required, because Servant can derive it from package.json, but ...00
SHStanislav Hackerinhackerstanislav.hashnode.dev·Sep 18, 2022 · 8 min readWhat is servant build tool?Servant builder is simple build tool for developers, that wants to build and manage modularized large projects in monorepo or separated into more repositories. With this tool you will be able to control used libraries, build and rebuild all packag...00