Skip to content

Instantly share code, notes, and snippets.

@leemour
Created June 29, 2013 20:19
Show Gist options
  • Save leemour/5892513 to your computer and use it in GitHub Desktop.
Save leemour/5892513 to your computer and use it in GitHub Desktop.
Compass detection
Compass vs. SASS project detection
LiveReload detects a project as a Compass one if one of the following conditions hold true:
there is a file config/compass.rb, .compass/config.rb, config/compass.config, src/config.rb or config.rb somewhere in your project which contains a literal string compass plugins or preferred_syntax = : inside
there is an SCSS/SASS file that imports compass* or *ZURB-foundation*
If that does not work for your project, please contact us and we'll fix it.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment