Skip to content
This repository has been archived by the owner on Jan 14, 2022. It is now read-only.

Template doesn't compile out of the box #2

Open
clupprich opened this issue Nov 24, 2013 · 3 comments
Open

Template doesn't compile out of the box #2

clupprich opened this issue Nov 24, 2013 · 3 comments

Comments

@clupprich
Copy link

I had to make the following changes:

  • In config.rb, add 'app' as a prefix to the add_import_path
# Require any additional compass plugins here.
add_import_path "app/bower_components/foundation/scss"

# Set this to the root of your project when deployed:
http_path = "/"
css_dir = "stylesheets"
sass_dir = "scss"
images_dir = "images"
javascripts_dir = "javascripts"
...
  • Add a _settings.scssfile within the scss folder.

Is this just happening on my system or a general flaw?

@neowim
Copy link

neowim commented Nov 26, 2013

Same here

@afoeder
Copy link

afoeder commented Nov 26, 2013

why add app as prefix? I would rather say the /scss/app.scss file must contain

@import "normalize"; /* before, this was settings which does not exist */
@import "foundation";

@afoeder
Copy link

afoeder commented Nov 28, 2013

ok at least the _settings thing seems to be "fixed" with 365406e, however this is still kind of a mess. Why are there thee (?) repositories with basically the same content? @mhayes? thanks a lot!

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