Answer the question
In order to leave comments, you need to log in
Where does the unknown path come from when working with sass in guard?
Hello,
System : Linux Mint 13.
Gems installed: guard, guard-sass, guard-compass, guard-livereload
Contents of the Guardfile file:
guard :compass
guard 'livereload' do
watch(%r{.+\.(html|css|js)$})
end
guard 'sass', :input => 'sass', :output => 'css'
http_path = "/"
css_dir = "css"
sass_dir = "sass"
images_dir = "img"
javascripts_dir = "js"
@import "compass/reset";
@import "compass/reset";
ERROR - [Sass] Sass > Syntax error: File to import not found or unreadable: compass/reset.
> [#] Load paths:
> [#] /home/user123/Desktop/test/public/stylesheets/sass
> [#] /home/user123/Desktop/test/sass
> [#] on line 1 of sass/screen.scss
Answer the question
In order to leave comments, you need to log in
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question