Skip to content

Instantly share code, notes, and snippets.

@drakakisgeo
Last active January 4, 2016 06:59
Show Gist options
  • Save drakakisgeo/8586063 to your computer and use it in GitHub Desktop.
Save drakakisgeo/8586063 to your computer and use it in GitHub Desktop.
Compass with Zurb
compass create public -r zurb-foundation --using foundation
Command info = Go to /var/www/project and then run the command, so it can create the structure in the public folder(laravel)
In case of Virtual machine or working with a shared folder an error like "Errno::ETXTBSY on line ["897"]" Text file busy - may occur
To solve this enter a line in the config.rb of the folder that do the "compass watch"
Extra line
----------
cache_path = "/tmp/.sass-cache"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment