You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'm not sure if this was the right place to post this, but I figured ya'll might at least have an idea of where I could find the solution. I'm using sassy-maps 0.4.0 as a dependency of breakpoint 2.5.0 which is a dependency of singularity 1.3.0. I also tried installing sassy-maps straight from bower, but I'm still getting the same error. I'm using Grunt as a task runner and the error strikes when it gets to the task compass:dist (I'm still learning grunt, so I'm not sure if thats a common task or something specific to my gruntfile.js which came from a yeoman scaffold.) The error:
Warning: LoadError on line ["1"] of /Users/abailey/Sites/sbirt-rpt14/app/_bower_components/sassy-maps/lib/sassy-maps.rb: cannot load such file -- sassy-maps/version
Run with --trace to see the full backtrace Use --force to continue.
Aborted due to warnings.
If I go into sassy-maps.rb and comment out "require 'sassy-maps/version'" then everything works fine. Any thoughts to what my problem might be?
Other Version Numbers:
Sass 3.4.5
Compass 1.0.1
grunt-cli v0.1.13
grunt v0.4.5
ruby 2.0.0p481
The text was updated successfully, but these errors were encountered:
I'm not sure if this was the right place to post this, but I figured ya'll might at least have an idea of where I could find the solution. I'm using sassy-maps 0.4.0 as a dependency of breakpoint 2.5.0 which is a dependency of singularity 1.3.0. I also tried installing sassy-maps straight from bower, but I'm still getting the same error. I'm using Grunt as a task runner and the error strikes when it gets to the task compass:dist (I'm still learning grunt, so I'm not sure if thats a common task or something specific to my gruntfile.js which came from a yeoman scaffold.) The error:
If I go into sassy-maps.rb and comment out "require 'sassy-maps/version'" then everything works fine. Any thoughts to what my problem might be?
Other Version Numbers:
Sass 3.4.5
Compass 1.0.1
grunt-cli v0.1.13
grunt v0.4.5
ruby 2.0.0p481
The text was updated successfully, but these errors were encountered: