Foundation-for-Jekyll-sites / jekyll-foundation

Start your Jekyll (v3) project with Zurb Foundation for Sites (v6, sass).
MIT License
179 stars 64 forks source link

Updating Foundation #2

Closed captaincoffee closed 8 years ago

captaincoffee commented 8 years ago

What is the proper way to safely update Foundation 6 within the repo?

core77 commented 8 years ago

That's why we use bower (www.bower.io)!

  1. go to bower.json and change the version number of foundation for sites (to 6.0.5)
  2. in your terminal execute 'bower update'

That's it! The next time you start gulpthe app.css will be build from the sources of foundation for sites 6.0.5.

captaincoffee commented 8 years ago

Thanks