ruby - how to require libraries using Docpad Sass -


i have been following instructions here: docpad-plugin-sass

and have search on answer found requireing susy problem needing update susy.

unfortunately can't seem requirelibaries work. have tried multiple instulations, reinstalled singularitygs no luck. no matter require same error:

error: went wrong action error: error occured: error: loaderror: cannot load such file -- singularitygs

this setup:

plugins:         sass:             compass: "true"             requirelibraries: ['singularitygs']             outputstyle: 'expanded' 

i wondering if maybe docpad unable access gems folder.

does going wrong or how can fix this?

edit:

wasn't sure if problem may have how have setup gems:

rubygems environment:   - rubygems version: 2.0.3   - ruby version: 2.0.0 (2013-02-24 patchlevel 0) [x86_64-darwin12.3.0]   - installation directory: /users/damien/.rvm/gems/ruby-2.0.0-p0   - ruby executable: /users/damien/.rvm/rubies/ruby-2.0.0-p0/bin/ruby   - executable directory: /users/damien/.rvm/gems/ruby-2.0.0-p0/bin   - rubygems platforms:     - ruby     - x86_64-darwin-12   - gem paths:      - /users/damien/.rvm/gems/ruby-2.0.0-p0      - /users/damien/.rvm/gems/ruby-2.0.0-p0@global   - gem configuration:      - :update_sources => true      - :verbose => true      - :backtrace => false      - :bulk_threshold => 1000   - remote sources:      - https://rubygems.org/ 


Comments

Popular posts from this blog

SPSS keyboard combination alters encoding -

Add new record to the table by click on the button in Microsoft Access -

javascript - jQuery .height() return 0 when visible but non-0 when hidden -