ruby - Sass: errno::enoent: No such file or directory -



ruby - Sass: errno::enoent: No such file or directory -

i know terribly bland error running into, i'm encountering regular "file not found" error in sass 3.4.2:

/* errno::enoent: no such file or directory - dumdum.scss backtrace: /library/ruby/gems/2.0.0/gems/sass-3.4.12/lib/sass/plugin/compiler.rb:482:in `read' /library/ruby/gems/2.0.0/gems/sass-3.4.12/lib/sass/plugin/compiler.rb:482:in `update_stylesheet' /library/ruby/gems/2.0.0/gems/sass-3.4.12/lib/sass/plugin/compiler.rb:215:in `block in update_stylesheets' /library/ruby/gems/2.0.0/gems/sass-3.4.12/lib/sass/plugin/compiler.rb:209:in `each' /library/ruby/gems/2.0.0/gems/sass-3.4.12/lib/sass/plugin/compiler.rb:209:in `update_stylesheets' /library/ruby/gems/2.0.0/gems/sass-3.4.12/lib/sass/plugin/compiler.rb:293:in `watch' /library/ruby/gems/2.0.0/gems/sass-3.4.12/lib/sass/plugin.rb:108:in `method_missing' /library/ruby/gems/2.0.0/gems/sass-3.4.12/lib/sass/exec/sass_scss.rb:381:in `watch_or_update' /library/ruby/gems/2.0.0/gems/sass-3.4.12/lib/sass/exec/sass_scss.rb:51:in `process_result' /library/ruby/gems/2.0.0/gems/sass-3.4.12/lib/sass/exec/base.rb:52:in `parse' /library/ruby/gems/2.0.0/gems/sass-3.4.12/lib/sass/exec/base.rb:19:in `parse!' /library/ruby/gems/2.0.0/gems/sass-3.4.12/bin/sass:13:in `<top (required)>' /usr/bin/sass:23:in `load' /usr/bin/sass:23:in `<main>' */

i've run before, i've had no luck in diagnosing/solving it. shows weird element in page linked to.

could help me understand traceback? i'm sure it's incredibly simple, know little ruby. i've tried removing/reinstalling sass.

i faced similar error in project, deleting sass-cache directory @ root of project, run sass/grunt 1 time again solved problem me...

rm .sass-cache/ -r

hop helps

ruby sass

Comments

Popular posts from this blog

java - How to set log4j.defaultInitOverride property to false in jboss server 6 -

c - GStreamer 1.0 1.4.5 RTSP Example Server sends 503 Service unavailable -

Using ajax with sonata admin list view pagination -