Skip to content

Instantly share code, notes, and snippets.

@barraponto
Created November 18, 2010 11:55
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save barraponto/704898 to your computer and use it in GitHub Desktop.
Save barraponto/704898 to your computer and use it in GitHub Desktop.
this is the trace output
$ compass create -r drupal --using drupal/zen teste --trace
directory teste/
exists teste/.
directory teste/src/
directory teste/stylesheets/
create teste/config.rb
create teste/src/teste.scss
create teste/src/teste-rtl.scss
create teste/src/_skin.scss
NameError on line 4 of /home/capi/.rvm/gems/ruby-1.8.7-p302/gems/compass-drupal-plugin-0.1.5/lib/../templates/zen/test.html.haml: undefined local variable or method `options' for #<Object:0xb742c090>
/home/capi/.rvm/gems/ruby-1.8.7-p302/gems/haml-3.0.23/lib/haml/engine.rb:178:in `render'
/home/capi/.rvm/gems/ruby-1.8.7-p302/gems/haml-3.0.23/lib/haml/engine.rb:178:in `instance_eval'
/home/capi/.rvm/gems/ruby-1.8.7-p302/gems/haml-3.0.23/lib/haml/engine.rb:178:in `render'
/home/capi/.rvm/gems/ruby-1.8.7-p302/gems/compass-0.10.6/lib/compass/installers/base.rb:146:in `install_html'
/home/capi/.rvm/gems/ruby-1.8.7-p302/gems/compass-0.10.6/lib/compass/installers/manifest_installer.rb:39:in `send'
/home/capi/.rvm/gems/ruby-1.8.7-p302/gems/compass-0.10.6/lib/compass/installers/manifest_installer.rb:39:in `install'
/home/capi/.rvm/gems/ruby-1.8.7-p302/gems/compass-0.10.6/lib/compass/installers/manifest.rb:112:in `each'
/home/capi/.rvm/gems/ruby-1.8.7-p302/gems/compass-0.10.6/lib/compass/installers/manifest.rb:112:in `each'
/home/capi/.rvm/gems/ruby-1.8.7-p302/gems/compass-0.10.6/lib/compass/installers/manifest_installer.rb:38:in `install'
/home/capi/.rvm/gems/ruby-1.8.7-p302/gems/compass-0.10.6/lib/compass/installers/base.rb:33:in `run'
/home/capi/.rvm/gems/ruby-1.8.7-p302/gems/compass-0.10.6/lib/compass/commands/stamp_pattern.rb:75:in `perform'
/home/capi/.rvm/gems/ruby-1.8.7-p302/gems/compass-0.10.6/lib/compass/commands/base.rb:18:in `execute'
/home/capi/.rvm/gems/ruby-1.8.7-p302/gems/compass-0.10.6/lib/compass/commands/project_base.rb:19:in `execute'
/home/capi/.rvm/gems/ruby-1.8.7-p302/gems/compass-0.10.6/lib/compass/exec/sub_command_ui.rb:38:in `perform!'
/home/capi/.rvm/gems/ruby-1.8.7-p302/gems/compass-0.10.6/lib/compass/exec/sub_command_ui.rb:15:in `run!'
/home/capi/.rvm/gems/ruby-1.8.7-p302/gems/compass-0.10.6/bin/compass:26
/home/capi/.rvm/gems/ruby-1.8.7-p302/bin/compass:19:in `load'
/home/capi/.rvm/gems/ruby-1.8.7-p302/bin/compass:19
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment