Skip to content

Install Singularity extension

hlb edited this page Oct 8, 2012 · 1 revision

Sigularity uses Breakpoint extension, which is not included in Compass.app.

  1. Download https://github.com/canarymason/breakpoint/downloads, unzip and rename the folder to breakpoint, and put it in .compass/extensions.

  2. Download https://github.com/scottkellum/Singularity/downloads, unzip and rename the folder to singularitygs, and put it in .compass/extensions.

  3. 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.

  4. 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

  5. Use Compass.app to watch the folder again. It works now.