Setup sass compilation / Add BPL to Buildings
Created by: micahlmartin
Sets up Sass for autom-compilation with webpack.
Dependent on this PR: https://github.com/Blocp/bpl/pull/11
Once both of these are merged you will need to run these commands to update your local version:
~/blocpower/development$ docker-compose stop buildings
~/blocpower/development$ docker-compose rm -f buildings
~/blocpower/development$ docker-compose build buildings
~/blocpower/development$ docker-compose run buildings npm install
~/blocpower/development$ docker-compose up -d buildings