How do I get Bleeding-Edge Bootstrap 4? -


how bootstrap 4 bleeding edge, pulling v4-dev, if bleeding edge fair enough. need confirm if need else?

pulling v4-dev alone won't give absolute bleeding edge. dist/bootstrap.min.css last changed month ago, not include later changes.

you'll have build bootstrap source. documentation:

  1. download , install node, use manage our dependencies.
  2. install grunt command line tools, grunt-cli, npm install -g grunt-cli.
  3. navigate root /bootstrap directory , run npm install install our local dependencies listed in package.json.
  4. install ruby, install bundler gem install bundler, , run bundle install. install ruby dependencies, such jekyll , plugins.
  5. run grunt run tests locally , compile css , javascript /dist.

for more info: http://v4-alpha.getbootstrap.com/getting-started/build-tools/


Comments