TutorialΒΆ
Once Boussole is correctly installed, you will be able to start a project to work on.
Go to a directory where you want to start a new project then execute command:
boussole startproject
Answer to the questions (let the default values for this sample):
Project base directory [.]: Settings file name [settings.json]: Sources directory [scss]: Target directory [css]: Settings format name [json]:
Write some Sass file into
scss
directory;From your Sass project directory (where belong the
settings.json
file) just execute command:boussole compile
And voila, your valid Sass files should have been compiled to the
css
directory;