Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Breaks compass watch on compass 0.13 (with add_import_path) #9

Open
timkelty opened this issue Nov 15, 2013 · 0 comments
Open

Breaks compass watch on compass 0.13 (with add_import_path) #9

timkelty opened this issue Nov 15, 2013 · 0 comments

Comments

@timkelty
Copy link

I have the following line in my compass.rb:

add_import_path Sass::CssImporter::Importer.new(File.join(project_path, "assets/vendor"))

Works fine with compass 0.12, but when I upgraded compass watch would no longer "watch". When I stop watching, I get:

$ compass watch
>>> Compass is watching for changes. Press Ctrl-C to Stop.
^C
Happy Styling!
TypeError on line ["115"] of /usr/local/opt/rbenv/versions/2.0.0-rc2/lib/ruby/gems/2.0.0/bundler/gems/compass-e761e672434e/lib/compass/watcher/project_watcher.rb: no implicit conversion of Sass::CssImporter::Importer into String
Run with --trace to see the full backtrace

If I comment that line out, watch continues to work.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant