foundation-compass-template
foundation-compass-template copied to clipboard
Template doesn't compile out of the box
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 thescssfolder.
Is this just happening on my system or a general flaw?
Same here
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";
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!