Sha256: 58c7761c41a2170067fd1e0e2b7bf4997cde08ed5bda73bdcaf18c98de88dde4
Contents?: true
Size: 957 Bytes
Versions: 1
Compression:
Stored size: 957 Bytes
Contents
# bootstrap4 datetime picker rails Makes [Tempus Dominus](https://github.com/tempusdominus/bootstrap-4) available to your rails appliation through the asset pipeline. ## Usage Instructions Add the following to your `Gemfile` and then run `bundle` `gem 'bootstrap4-datetime-picker-rails'` Add the following to `application.js` ``` //= require moment //= require tempusdominus-bootstrap-4.js ``` Add the following to `application.scss` `@import "tempusdominus-bootstrap-4.css";` ## Update Instructions Change the `checkout_branch` variable in `Rakefile` to the version. Change the versions in `lib/bootstrap4_datetime_picker_rails/version.rb` Run `bundle exec rake update` Commit with 'Update to $VERSION release' Run `git push` Run `bundle exec rake build` to confirm a successful build Run `bundle exec rake publish` to publish to rubygems (automatically creates and pushes a tag to git) Create a release on GitHub with the new gem version
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
bootstrap4-datetime-picker-rails-0.2.0 | README.md |