-
Notifications
You must be signed in to change notification settings - Fork 89
Install Singularity extension
Sigularity uses Breakpoint extension, which is not included in Compass.app.
-
Download https://github.com/canarymason/breakpoint/downloads, unzip and rename the folder to
breakpoint
, and put it in.compass/extensions
. -
Download https://github.com/scottkellum/Singularity/downloads, unzip and rename the folder to
singularitygs
, and put it in.compass/extensions
. -
Restart Compass.app. Now you can choose "Create Compass Project -> singularitygs -> project". But since https://github.com/scottkellum/Singularity/tree/master/templates/project has no sass file, Compass.app will generate htc/php files, stop watch the folder, and complain:
Nothing to compile. If you're trying to start a new project, you have left off the directory argument. Run "compass -h" to get help.
-
Create a "sass" folder in the project folder you created, and put some Sigularity files into it. Ex. https://github.com/scottkellum/Singularity/tree/master/example/sass
-
Use Compass.app to watch the folder again. It works now.