foundation-cli icon indicating copy to clipboard operation
foundation-cli copied to clipboard

installing specific version

Open ali-hellani opened this issue 8 years ago • 1 comments

Can i install foundation 6.3 instead of latest version 6.4 through foundation CLI

ali-hellani avatar Jul 13 '17 13:07 ali-hellani

Just has to do this myself. This is how I managed it:

  • Clone this repo instead of using foundation new
  • cd into this directory and git checkout v6.3 (or whatever version you want to use)
  • run npm i and bower install
  • Now you should be able to run npm start to update the SASS and such

brucewrks avatar Jul 18 '17 19:07 brucewrks