So I haven't done too much craziness with add-ons via Compass for what I've been using it for. My primary use case was to leverage the color manipulation libraries and some of the conditional/looping structures to generate some different themes.
Yesterday I did run an install for an ellipsis library and afterwards was given the following message when attempting to 'watch' my project...
[Listen warning]: Missing dependency 'wdm' (version '~> 0.1')!
Please run the following to satisfy the dependency: gem install --version '~> 0.1' wdmFor a better performance, it's recommended that you satisfy the missing dependency.
I don't see anything in my config file that has anything to do with this 'wdm' reference, so I was hoping someone could help me figure out how to resolve this missing dependency. I have tried running any and all gem updates possible.
My current 'Frameworks & Patterns' within Compass are ::
- compass/ellipsis - Plugin for cross-browser ellipsis truncated text.
- compass/extension - Generate a compass extension.
- compass/pie - Integration with http://css3pie.com/
- compass/project - The default project layout.
Here are my @imports ::
- @import "compass/css3";
- @import "compass/css3/user-interface";
- @import "partials/variables";
- @import "partials/colors";
- @import "partials/modules";
Thanks for reading!