at-import / Sassy-Maps

Map helper functions for Sass 3.3 and up
MIT License
66 stars 22 forks source link

Load error: cannot load sassy-maps/version #11

Open fallenturtle opened 9 years ago

fallenturtle commented 9 years ago

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