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 | <CAMpUGn1Z-HD5HXX_trtiM0vzCeWakm0wP_stJKRwEgiKn_vTEw@mail.gmail.com> |
The issue is not resolved. I made a mistake that I use another project (the foundation project) that does not reference any sass file in the jar. I copied the project from Windows 8 to a linux box (Ubuntu 12.04), the project compile with compass successfully. so this a bug related to the windows absolute path (as you said) Will be there any patch or workarround for the bug? I really saw the following line on the console: file:C:/projects/f5/jsass/jcompass.jar!/gems/compass- core-1.0.1/stylesheets On Sun, Aug 24, 2014 at 1:26 AM, Guofeng Zhang <[email protected]> wrote: > 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). >> > >