wordpress - Scout error when using MAMP with WP-foundation theme -


this first question on so if not adhering guidelines correctly, please let me know.

i trying work locally on wordpress theme wp-foundation zurb. have downloaded wp , installed in htdocs folder of mamp , downloaded wp-foundation theme , pasted themes folder. able set database , setup config file. of seems working fine.

i want work in scss using scout app. set scout this:

input folder: /applications/mamp/htdocs/testsite/wp-content/themes/wp-foundation/sass output folder: /applications/mamp/htdocs/testsite/wp-content/themes/wp-foundation/stylesheets 

when tell scout start looking changes following error message:

loaderror on line 1038 of org/jruby/rubykernel.java: no such file load -- zurb-foundation /applications/scout.app/contents/resources/vendor/gems/gems/compass-0.12.2/lib/compass/configuration/data.rb:161:in `require'  /applications/mamp/htdocs/testsite/wp-content/themes/wp-foundation/config.rb:20:in `parse_string' org/jruby/rubykernel.java:1088:in `eval'  /applications/scout.app/contents/resources/vendor/gems/gems/compass-0.12.2/lib/compass/configuration/serialization.rb:24:in `parse_string'  /applications/scout.app/contents/resources/vendor/gems/gems/compass-0.12.2/lib/compass/configuration/serialization.rb:15:in `_parse'  org/jruby/rubyio.java:1111:in `open'  org/jruby/rubykernel.java:298:in `open'  /applications/scout.app/contents/resources/vendor/gems/gems/compass-0.12.2/lib/compass/configuration/serialization.rb:14:in `_parse'  /applications/scout.app/contents/resources/vendor/gems/gems/compass-0.12.2/lib/compass/configuration/file_data.rb:7:in `new_from_file'  /applications/scout.app/contents/resources/vendor/gems/gems/compass-0.12.2/lib/compass/configuration/inheritance.rb:204:in `with_defaults'  /applications/scout.app/contents/resources/vendor/gems/gems/compass-0.12.2/lib/compass/configuration/file_data.rb:6:in `new_from_file'  /applications/scout.app/contents/resources/vendor/gems/gems/compass-0.12.2/lib/compass/configuration/helpers.rb:42:in `configuration_for'  /applications/scout.app/contents/resources/vendor/gems/gems/compass-0.12.2/lib/compass/configuration/helpers.rb:97:in `add_project_configuration'  /applications/scout.app/contents/resources/vendor/gems/gems/compass-0.12.2/lib/compass/commands/project_base.rb:31:in `add_project_configuration'  /applications/scout.app/contents/resources/vendor/gems/gems/compass-0.12.2/lib/compass/commands/project_base.rb:25:in `configure!'  /applications/scout.app/contents/resources/vendor/gems/gems/compass-0.12.2/lib/compass/commands/project_base.rb:15:in `initialize'  /applications/scout.app/contents/resources/vendor/gems/gems/compass-0.12.2/lib/compass/commands/update_project.rb:37:in `initialize'  /applications/scout.app/contents/resources/vendor/gems/gems/compass-0.12.2/lib/compass/exec/sub_command_ui.rb:42:in `perform!'  /applications/scout.app/contents/resources/vendor/gems/gems/compass-0.12.2/lib/compass/exec/sub_command_ui.rb:15:in `run!'  /applications/scout.app/contents/resources/bin/compass:12:in `(root)' 

i pretty new mamp , ruby kind of guidance on going wrong helpful. may way off base looks scout app missing compass files.

thanks again , let me know if there better ways can interact community in general.

for mac os x

open terminal , check if ruby gems installed

gem -v 

if version number try

gem install rubygems-update 

or ( if error )

sudo gem install rubygems-update 

and enter system password. when it's finished restart compass app , try again.

hope helpful!


Comments

Popular posts from this blog

css - Which browser returns the correct result for getBoundingClientRect of an SVG element? -

gcc - Calling fftR4() in c from assembly -

Function that returns a formatted array in VBA -