Using Foundation 5 with Hammer for Mac

351 views Asked by At

I'm starting using Foundation 5 for a current project and using the command line + Compass to watch for changes to my stylesheet and output CSS, but it takes almost two entire seconds for it to save out my CSS.

I've also been using Hammer (http://hammerformac.com/) a lot this year for optimising my code and was wondering if anyone had used Foundation with Hammer, and was interested on how well they work together?

2

There are 2 answers

3
Slawa Eremin On BEST ANSWER

As I understand right, the main goal is to accelerate compiling your sass files. Maybe libsass is what you need. It is C library for compiling sass files

More information you can find here: http://benfrain.com/lightning-fast-sass-compiling-with-libsass-node-sass-and-grunt-sass/

0
GPS On

Actually, the Hammer documentation has been updated. Check out Tips & Tricks where you'll see this:

ZURB Foundation and Hammer
If you're working with ZURB's Foundation framework, you'll need to grab the Standalone Foundation files from GitHub.
Simply include the Foundation files in your project, include them in your SCSS files with @include "foundation/foundation" and you're good to go!