This theme uses libsass/gulp to process the sass/*.scss. Never edit any of the .css files manually.
-
Install
nvm(https://github.com/creationix/nvm) -
Run
nvm ifrom the directory containing.nvmrc -
Run
npm ifrom the directory containinggulpfile.js. It's the same directory as the one that contains.nvmrcin this case. -
Install
gulpwithnpm i -g gulp -
Edit the sass/*.scss files
-
Regenerate the .css files by executing
gulpfrom the directory that containsgulpfile.js
--
-
Open the
assets.svgfile in inkscape. Each object in the .svg file corresponds to an image in theassetsfolder. -
Find the object you want to edit and make your changes. Important: Don't change the obejct id.
-
Save
assets.svgand delete the images corresponding to the edited .svg objects from theassetsfolder (or just delete everything in theassetsfolder). -
Run
./render-assets.shfrom a terminal.