Skip to content

Commit b7576d8

Browse files
authored
Merge pull request #37 from senid231/fix-css-import-jquery-datetimepicker
fix importing of jquery datetimepicker css
2 parents 94a229f + 81a5c17 commit b7576d8

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.travis.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
script: bundle exec rspec spec
2+
cache: bundler
23
env:
34
matrix:
45
- RAILS=4.2.6
@@ -8,6 +9,5 @@ rvm:
89
- 2.3.3
910
before_install:
1011
- gem update --system
11-
- rvm @global do gem uninstall bundler -a -x
1212
- rvm @global do gem install bundler -v 1.14.6
1313
- gem --version

app/assets/stylesheets/active_admin_datetimepicker.scss

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
@import "jquery.xdan.datetimepicker.css";
1+
@import "jquery.xdan.datetimepicker";
22

33
form.filter_form {
44
.filter_form_field {

0 commit comments

Comments
 (0)