bdurette
14 Oct 2011, 11:53 AM
I'm trying to build a custom jsduck gem to support translated documentation, but the first step is to get JSDuck building/working from source. I keep running into this error:
error template/resources/sass/docs-ext.scss (Line 16: File to import not found or unreadable: ext4/default/all.
Load paths:
/Users/bdurette/Programming/jsduck/template/resources/sass
/Users/bdurette/.rvm/gems/ruby-1.9.2-p290/gems/compass-0.11.5/frameworks/blueprint/stylesheets
/Users/bdurette/.rvm/gems/ruby-1.9.2-p290/gems/compass-0.11.5/frameworks/compass/stylesheets
Compass::SpriteImporter)
I was able to find mention of this in the FAQ which suggested that the config.rb file needs to have the correct path to Extjs. I currently have ext-4.0.2a symlinked into ../template/extjs (per the instructions). I've tried using both the default (../../extjs) and an absolute path (/Users/bdurette/Tools/extjs-4.0.2a) for $ext_path but neither seem to work.
Some differences that I know of (but don't think are causing the problem (but I could be wrong)):
1. Using Ruby 1.9.2. I did have to make one change to the Rakefile to make this work, so I'm guessing Sencha is not using 1.9.2.
2. Using 4.0.2a, not 4.0.6.
Any pointers on how to get this working would be greatly appreciated.
Regards,
Brandon
error template/resources/sass/docs-ext.scss (Line 16: File to import not found or unreadable: ext4/default/all.
Load paths:
/Users/bdurette/Programming/jsduck/template/resources/sass
/Users/bdurette/.rvm/gems/ruby-1.9.2-p290/gems/compass-0.11.5/frameworks/blueprint/stylesheets
/Users/bdurette/.rvm/gems/ruby-1.9.2-p290/gems/compass-0.11.5/frameworks/compass/stylesheets
Compass::SpriteImporter)
I was able to find mention of this in the FAQ which suggested that the config.rb file needs to have the correct path to Extjs. I currently have ext-4.0.2a symlinked into ../template/extjs (per the instructions). I've tried using both the default (../../extjs) and an absolute path (/Users/bdurette/Tools/extjs-4.0.2a) for $ext_path but neither seem to work.
Some differences that I know of (but don't think are causing the problem (but I could be wrong)):
1. Using Ruby 1.9.2. I did have to make one change to the Rakefile to make this work, so I'm guessing Sencha is not using 1.9.2.
2. Using 4.0.2a, not 4.0.6.
Any pointers on how to get this working would be greatly appreciated.
Regards,
Brandon