Re: [jruby-user] File to import not found or unreadable: compass/reset, Why?
Guofeng Zhang <[email protected]>
| Newsgroups | gmane.comp.lang.jruby.user |
|---|---|
| Message-ID | <CAMpUGn2EnJLYOVCCZ2XT53gOst8t_x0a5dA1jm2RwWsQk+HY0w@mail.gmail.com> |
This issue is solved by rolling back to Compass 0.12.7 and SASS 3.2.9. see
http://foundation.zurb.com/forum/posts/18630-scss-compiles-but-resulting-css-file-incomplete.
The last version of compass might have issues.
I really want to use Foundation with Compass, so I use ruby (not jruby) to
taste its sample and find that the compiled css file is very small and the
page is not styled. then I found the above link.
After rolled back,
java -jar jcompass.jar -S compass create MY_JPROJECT
or
java -jar jcompass.jar -S compass compile
worked well.
Thanks for your time very much.
On Fri, Aug 22, 2014 at 5:37 PM, christian <[email protected]> wrote:
> hoops did not see this:
>
> file:C:/projects/f5/jsass/jcompass.jar!/gems/compass-core-1.0.1/stylesheets
>
> and with this it should actually work - i.e. it look like a bug with the
> windows absolute path and resources from within a jar !
>
> so my "trick" needs a modification then
>
> java -jar jcompass.jar -I classpath:/gems/compass-core-1.0.1/stylesheets
> -S compass create MY_JPROJECT
>
> but I admit it would be crude workaround (in case it really works).
>