foundation-cli
foundation-cli copied to clipboard
installing specific version
Can i install foundation 6.3 instead of latest version 6.4 through foundation CLI
Just has to do this myself. This is how I managed it:
- Clone this repo instead of using
foundation new cdinto this directory andgit checkout v6.3(or whatever version you want to use)- run
npm iandbower install - Now you should be able to run
npm startto update the SASS and such