Skip to content

Libvisual/libvisual.github.com

Folders and files

NameName
Last commit message
Last commit date
Jan 25, 2013
Jan 17, 2013
Aug 23, 2013
Jan 18, 2013
Jan 18, 2013
Jan 14, 2013
Mar 29, 2012
Jan 15, 2013
Jan 15, 2013
Jul 22, 2013
Jul 22, 2013
Jul 22, 2013

Repository files navigation

This repository holds the source and contents of http://libvisual.org
(http://libvisual.github.com)

Development
-----------

Stylesheet(s) are generated using Compass/Sass. To hack the
stylesheets, edit the appropriate Sass file (.scss).

Software Requirements

  Sass      (http://sass-lang.com)
  Compass   (http://compass-style.org)
  Zen Grids (http://zengrids.com)

Basic setup (requires Ruby)

  gem install compass
  gem install zen-grids
  compass compile -c compass.rb

To get Compass to automatically recompile the Sass files, use:

  compass watch -c compass.rb

To debug the generated CSS, you may want to add Compass add line
information. Edit compass.rb and set the variable line_comments to
true.