Skip to content
This repository has been archived by the owner on Sep 16, 2019. It is now read-only.

_settings.php missing an asset when compiled #142

Closed
quoindesign opened this issue Nov 4, 2014 · 3 comments
Closed

_settings.php missing an asset when compiled #142

quoindesign opened this issue Nov 4, 2014 · 3 comments

Comments

@quoindesign
Copy link

Line 58 of scss/app.scss throws error when compiled.

Error is:
'
error scss/app.scss (Line 58 of scss/config/_settings.scss: File to import not found or unreadable: foundation/functions.

'
I'm using Compass on Mac OS X Mavericks

@manwithacat
Copy link
Contributor

You probably need to create a config.rb file in the theme root to define the import path. Something like:

# Require any additional compass plugins here.
add_import_path "bower_components/foundation/scss"

# Set this to the root of your project when deployed:
http_path = "/"
css_dir = "css"
sass_dir = "scss"
images_dir = "assets/img"
javascripts_dir = "js"

Here's an old discussion on using Compass

@olefredrik
Copy link
Owner

Why use compass when libsass is so ridiculously much faster and better? Just wondering.

@manwithacat
Copy link
Contributor

I must admit I only started using Compass because Zurb use it as their default. It used to be handy for adding in all the vendor prefix stuff, and the functions for generating image Sprites are still clever:

http://compass-style.org/help/tutorials/spriting/

It's definitely a lot slower to compile though.

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants