1b4eb1c82c
* v4-gulp: (39 commits) update docs with removal of grunt updated dependencies add temporary estraverse-fb dependency based on bug in sub-library make sure iife.min is copied to docs dist switch back to module only, unlinked debugging gh-pages publishing stable use of gulp-pipeline through unbundled cjs instead of direct at source. may switch back but this is verified working externally added debug Bumped version from 4.0.0 to 4.0.1 Bumped version from 4.0.0-alpha to 4.0.0 fixed creation of uglified/min js for core and docs docs.min.css wasn't being generated remove some old ignores clutter refactored for a simpler docs gulp file with reuse of aggregates now that it is possible refactored for a simpler gulp file with reuse of aggregates now that it is possible prep for first push with gulp gulp default && jekyll serve is working locally use flat location for dist files move to jquery's recommended cdn, and make all cdns use https not using sub directories for dist anymore ... |
||
---|---|---|
docs | ||
grunt | ||
js | ||
scss | ||
_config.yml | ||
.babelrc | ||
.editorconfig | ||
.eslintrc | ||
.gitattributes | ||
.gitignore | ||
.hound.yml | ||
.npmignore | ||
.ruby-gemset | ||
.ruby-version | ||
.scss-lint.yml | ||
.travis.yml | ||
bower.json | ||
CONTRIBUTING.md | ||
Gemfile | ||
Gemfile.lock | ||
gulp-docs.js | ||
gulpfile.babel.js | ||
LICENSE.md | ||
package.js | ||
package.json | ||
README.md | ||
sache.json |
bootstrap-material-design
WARNING: These docs relate to the next major release and integration with bootstrap V4.
Bootstrap Material Design is the best way to use Material Design guidelines by Google
in your Bootstrap 4 based application. Since this is a fully customizable version of Bootstrap,
just include Bootstrap Material Design CSS instead of Bootstrap CSS, and include the JavaScript at
the end of your document (just before the </body>
tag), and everything will be converted to Material Design.
Documentation
NOTE: this is a temporary site location that will be published in at http://fezvrasta.github.io/bootstrap-material-design in the future.
- Migration
- Getting Started
- Material Design components
- Bootstrap default rendering reference documentation
Support
If you like this project you may support it by donating via Gittip, starring this repository or reporting issues.
All issues filed should be reduced to a CodePen test case where possible.
Contributing
During V4 major development
If you want to get involved, please do so by submitting pull requests. Before undertaking any major PR effort, please check the milestone for an existing issue. If there isn't one, please file a new issue and cc: @rosskevin
so we can discuss and assign the work so effort is not duplicated. Thank you!
Please prefix any issue or pull request title with V4
.
Standard guidelines
Please read through our contributing guidelines. Included are directions for opening issues, coding standards, and notes on development.
Moreover, if your pull request contains JavaScript patches or features, you must include relevant unit tests. All HTML and CSS should conform to the Code Guide, maintained by Mark Otto, one of Bootstrap's founders.
Editor preferences are available in the editor config for easy use in common text editors. Read more and download plugins at http://editorconfig.org.
Versioning
For transparency into our release cycle and in striving to maintain backward compatibility, this project is maintained under the Semantic Versioning guidelines. Sometimes we screw up, but we'll adhere to those rules whenever possible.
See the Releases section of our GitHub project for changelogs of each release version.