Skip to content

Developer Setup and Tips

Dave Lawrence edited this page Oct 14, 2020 · 3 revisions

SCSS

First install scss to /usr/bin, This may be done via

pip3 install libsass

(see https://sass-lang.com/libsass)

PyCharm

  • File -> Settings
  • Search for "watcher" or Tools -> Watchers
  • Add, "SCSS"
  • Add --style expanded to command line arguments, so that we don't get whitespace formatting changes fights between dev machines.

Eclipse

In Eclipse, when you change one of the 3 scss files it will automatically compile them to css. See Project Preferences, Builders and you can see SASS form SASS flags SASS global

You can create another build for a new scss file based off these if needed.

Clone this wiki locally