bower - what do I need to manage zurb-foundation gems? -


i have multiple projects using different versions of zurb-foundation. want use sass/compass implementation. have multiple people working on these projects , need consistent authoring environments.

we aren't creating gems or that, html/css/jquery stuff. want able set watch on command line auto-compile css , reload browser if possible. when ready launch, we'd minify everything.

right if try start new project latest version of foundation, other projects upgraded. , since upgrades break things - don't want that. if have new people added, have install specific versions of everything. seems package manager needed.

but every time read kind of package manager, seems have install else: ruby, homebrew, rbenv, bundler plus zurb-foundation gem itself. more research do, more confused get.

can please make recommendation of needed, needs installed , in order?

for foundation 4, can use bundler gem. there instructions on how set gemfile , install specific foundation version in f4 official docs.

for foundation 5, depends on how using it. if using bower, can specific specific version number in bower.json file , run bower install or bower update.

there variety of other ways handle , things might different if example using rails, these 2 best ways know of specific version of foundation installed.


Comments

Popular posts from this blog

Android layout hidden on keyboard show -

google app engine - 403 Forbidden POST - Flask WTForms -

c - Why would PK11_GenerateRandom() return an error -8023? -