zurb-foundationhammer

Using Foundation 5 with Hammer for Mac


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?


Solution

  • 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/