Compass (howto)

Mi., 18/04/2012 - 14:20
Body

Install (ruby must be installed)

  1. gem install compass
  2. gem install compass-960-plugin
First installs compass, second installs 960 plugin

960 Infos

https://github.com/nextmat/compass-960-plugin/blob/master/README.mkdn

Compiling

Normally the following should work
  1. compass watch .
If it does not you could use this small unix one line scipt (it calls compas compile infinitely)
  1. while sleep 1; do compass compile . ;done
Tagging
Webdevelopment
Add new comment
The content of this field is kept private and will not be shown publicly.

Plain text

  • Allowed HTML tags: <a href hreflang> <em> <strong> <cite> <blockquote cite> <code> <ul type> <ol start type> <li> <dl> <dt> <dd> <drupal-entity data-*>
  • Web page addresses and email addresses turn into links automatically.
  • Lines and paragraphs break automatically.