foundation-compass-template icon indicating copy to clipboard operation
foundation-compass-template copied to clipboard

Template doesn't compile out of the box

Open clupprich opened this issue 12 years ago • 3 comments

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?

clupprich avatar Nov 24 '13 15:11 clupprich

Same here

neowim avatar Nov 26 '13 12:11 neowim

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 avatar Nov 26 '13 15:11 afoeder

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

afoeder avatar Nov 28 '13 13:11 afoeder