


I just cant seem to get it working correctly. I started working to move from CodeKit to Grunt and Gulp, and then learned about webpack which sounds very cool. We can still control most stuff from the config.rb file now in our project. Im having trouble using webpack instead of Codekit v1.9.3. Magento x codekit x sass x compass x skeleton responsive grid. We lose some of the control we had in CodeKit (like controlling file compiling paths directly) but it’s not a big deal. It has a bunch of other powerful stuff you can tap into, like spriting (which we won’t get to in this project but is sweet).ĬodeKit works great with Compass (it even ships with it).It will probably do a more comprehensive job of doing that than you can alone. Compass updates so you’ll stay up to date on current best practices automatically. One example is libsass, a screaming fast alternative Sass compiler which at the time of writing was not compatible with the Compass framework, though I believe.They match the spec where they can and are very consistant. It takes a bit of a leap of faith to reliquish control of stuff like this (I guess no more than using a preprocessor to begin with), but it’s worth it. We could write our own Sass to help with CSS3 stuff (like gradients), but there is a Sass framework that already exists called Compass that already has that stuff ready to go.
