Created by: filoxo
This PR changes the instructions for including a preprocessor by 1) reusing the build-css
script and passing in the additional --watch
param, and 2) improves startup speed by not running build-css twice.
I also removed the --recursive
flag because it is non-configurable and always true; someone might attempt --recursive=false
and expect it to do something that isn't possible.