gem - How to select with version of Zurb Foundation to use for a CodeKit + Compass + Sass Project -


I was hoping to use the new version of the Foundation (v4) for a responsive project, so I installed v4 Installing the gem on the second day, and getting the codekit running with it. However, my client has said that we support IE8 (God help me) because we still have an important part of the traffic shown in the analytics.

The version 4 of the Foundation does not support IE8 because its mobile-first. V3 works differently and can still support IE8

So I'm trying to figure out how to bring the track back. I have installed the latest code through the V3 Foundation GEM through the gem installed zurb-foundation -v 3.2.5 , but I'm not sure how the codekit + compass used to use V3 instead of V4 Is forced to

In addition, when I established my new project with V4, I had created a Compass project in CodeKit and then through the terminal the command to build the foundation structure in the new compass project folder Was followed:

  1. Add the requirement of "zurb-foundation" in your config.rb file. Cd path / to / your-project 3. Run Compass Install Foundation   

So now I have GEMS for V3 and V4 in my system, with 3 for this project How can I work and set the folder like this?

Any help is greatly appreciated I'm new enough to use codekit + compass + SASS, so do not hesitate to like you as gentle and vivid as you please :)

In a foundation project, Config.rb is a simple Ruby Environment file, so zurb-foundation selects another version The specific version of the gem is similar to the requirement.

  gem 'zurb-foundation', '= 3.2' is required 'zurb-foundation'    

Comments

Popular posts from this blog

excel vba - How to delete Solver(SOLVER.XLAM) code -

github - Teamcity & Git - PR merge builds - anyway to get HEAD commit hash? -

ios - Replace text in UITextView run slowly -