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:
- download , install node, use manage our dependencies.
- install grunt command line tools,
grunt-cli,npm install -g grunt-cli.- navigate root
/bootstrapdirectory , runnpm installinstall our local dependencies listed in package.json.- install ruby, install bundler
gem install bundler, , runbundle install. install ruby dependencies, such jekyll , plugins.- run
gruntrun tests locally , compile css , javascript/dist.
for more info: http://v4-alpha.getbootstrap.com/getting-started/build-tools/
Comments
Post a Comment