Syntax-Fehler: Datei nicht gefunden oder nicht lesbar: foundation/common/Kennzahlen

Habe ich foundation installiert und wenn ich Bearbeiten und speichern Sie die app.scss-Datei, erstellt es eine "app.css" und eine "config.rb" - Datei im sass-Ordner von meinem Projekt. wenn ich mich öffne, dass "app.css" - Datei bekomme ich diese

Syntax error: File to import not found or unreadable: foundation/common/ratios.

dann unter, dass ich dieses:

File to import not found or unreadable: foundation/common/ratios.
          Load paths:
            /Applications/MAMP/htdocs/WebApp02/sass
            /Library/Ruby/Gems/1.8/gems/compass-0.12.2/frameworks/blueprint/stylesheets
            /Library/Ruby/Gems/1.8/gems/compass-0.12.2/frameworks/compass/stylesheets
            Compass::SpriteImporter
    on line 1 of /Applications/MAMP/htdocs/WebApp02/sass/_settings.scss
    from line 2 of /Applications/MAMP/htdocs/WebApp02/sass/app.scss

und dann eine Reihe von Pfaden zu meinen gems.

Es nie eine app geschaffen.css-und config.rb-Datei in meine sass-Ordner, bevor ich Frage mich, ob jemand kann erklären, warum das passiert ist. Kompass noch entspricht app.css in der "stylesheet" Ordner, aber ich möchte dieses Problem beheben, damit alle zukünftigen Fehler zu verhindern.

config.rb-Datei sieht wie folgt aus

require 'zurb-foundation'
Require any additional compass plugins here.


Set this to the root of your project when deployed:
http_path = "/"
css_dir = "stylesheets"
sass_dir = "sass"
images_dir = "images"
javascripts_dir = "javascripts"

You can select your preferred output style here (can be overridden via the command line):
 output_style = :expanded or :nested or :compact or :compressed

To enable relative paths to assets via compass helper functions. Uncomment:
    relative_assets = true
Was macht deine config.rb Aussehen?
Hinzugefügt habe ich die config.rb Inhalt der ursprünglichen Frage

InformationsquelleAutor appsbar_UI | 2013-02-27

Schreibe einen Kommentar