Skip to content

Instantly share code, notes, and snippets.

Keybase proof

I hereby claim:

  • I am rdehouss on github.
  • I am rdehouss (https://keybase.io/rdehouss) on keybase.
  • I have a public key ASDWaTMvHWDkiRUvybEXay4sj3EWUBEwmqJwJJDJ-jBH1wo

To claim this, I am signing this object:

<?php
/**
* Zend Framework
*
* LICENSE
*
* This source file is subject to the new BSD license that is bundled
* with this package in the file LICENSE.txt.
* It is also available through the world-wide-web at this URL:
* http://framework.zend.com/license/new-bsd
@rdehouss
rdehouss / config.rb
Created April 8, 2013 12:07
issue 1229 source_style.scss is actually source/style.scss Directory structure: $ ls -R .: config.rb source static ./source: sprite style.scss ./source/sprite: comments.png ./static: Console: $ compass compile create static/sprite-s5794f1a3f8.png File not found or cannot be read: /home/user/issue_1229/source/sprite-s5794f1a3f8.png
# Set this to the root of your project when deployed:
http_path = "/"
css_dir = "static"
sass_dir = "source"
images_dir = "source"
generated_images_dir = "static"
# To enable relative paths to assets via compass helper functions. Uncomment:
relative_assets = true