Running dashboard from the source directory causes sass.CompileError
#12
Labels
bug
Something isn't working
sass.CompileError
#12
Original report by Carl Simon Adorf (Bitbucket: csadorf, GitHub: csadorf).
Pointing the python path to the source directory in order to run the dashboard without installation causes a
sass.CompileError
unless the user executesgit submodule update --init
before starting the dashboard.It might be nice to trigger the submodule update when executing either
python setup.py build
orpython setup.py develop
to avoid confusion.The text was updated successfully, but these errors were encountered: