Created
June 29, 2013 20:19
-
-
Save leemour/5892513 to your computer and use it in GitHub Desktop.
Compass detection
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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