#106 ✓resolved
Ariejan de Vroom

No integrity.css stylesheet with 0.1.8

Reported by Ariejan de Vroom | March 6th, 2009 @ 09:21 AM | in 0.1.9

There's no integrity.css stylesheet available with the installation of the 0.1.8 gem on my Debian 4 server.

Is this intentionally or is the CSS missing? If not, this is a bug.

As a work-around I placed integrity.css in the gem's public directory.

Comments and changes to this ticket

  • Brad Gessler

    Brad Gessler March 6th, 2009 @ 03:52 PM

    I had the same problem. It appears that the CSS is not being generated from the sass file.

  • ronin-278 (at lighthouseapp)

    ronin-278 (at lighthouseapp) March 6th, 2009 @ 03:54 PM

    This is caused by a change on sinatra 0.9.1. It's fixed on our 0.1.9 branch, which should become a gem soon. In the meantime, downgrading sinatra to 0.9.0.x should solve it :)

  • Simon Rozet

    Simon Rozet March 10th, 2009 @ 06:32 PM

    • State changed from “new” to “open”
    • Milestone set to 0.1.9
  • Simon Rozet

    Simon Rozet March 13th, 2009 @ 03:53 PM

    • State changed from “open” to “resolved”

    That's fixed in master, thanks to harry.

  • gma

    gma July 29th, 2009 @ 07:55 PM

    If you're wondering how to work around this without switching gem versions you could just generate integrity.css and slap it into the public directory. Here's what I did to achive it:

        $ git clone git://github.com/integrity/integrity.git
        $ cd integrity
        $ git checkout v0.1.11  # tag corresponding to the gem I have installed
        $ sass views/integrity.sass > /path/to/integrity-install/public/
    
  • gma

    gma July 29th, 2009 @ 07:55 PM

    Sorry, last line of the previous comment should have read:

        $ sass views/integrity.sass > /path/to/integrity-install/public/integrity.css
    

Please Sign in or create a free account to add a new ticket.

With your very own profile, you can contribute to projects, track your activity, watch tickets, receive and update tickets through your email and much more.

New-ticket Create new ticket

Create your profile

Help contribute to this project by taking a few moments to create your personal profile. Create your profile ยป

Automated continuous integration server that doesn't suck.

Shared Ticket Bins

People watching this ticket

Pages