如何获得 Bleeding-Edge Bootstrap 4?

How do I get Bleeding-Edge Bootstrap 4?

如何获得 Bootstrap 4 Bleeding Edge,我已经在拉 V4-Dev,如果这是 Bleeding Edge 就足够了。只需要有人确认我是否需要做任何其他事情吗?

单独使用 v4-dev 不会给你带来绝对的优势。 Dist/bootstrap.min.css 上次更改是在一个月前,因此不会包括以后的更改。

您还必须从源代码构建 bootstrap。来自文档:

  1. Download and install Node, which we use to manage our dependencies.
  2. Install the Grunt command line tools, grunt-cli, with npm install -g grunt-cli.
  3. Navigate to the root /bootstrap directory and run npm install to install our local dependencies listed in package.json.
  4. Install Ruby, install Bundler with gem install bundler, and finally run bundle install. This will install all Ruby dependencies, such as Jekyll and plugins.
  5. Run grunt to run tests locally and compile the CSS and JavaScript into /dist.

更多信息:http://v4-alpha.getbootstrap.com/getting-started/build-tools/