Bootstrap-datetimepicker-rails -


i trying make bootstrap-datetimepicker-rails work i'm having issues. followed instructions on https://github.com/lubieniebieski/bootstrap-datetimepicker-rails

however, when try put in these lines

@import 'bootstrap'; @import 'bootstrap-datetimepicker'; 

into boostrap_and_overrdes.css.less file, says bootstrap.less , bootstrap-datetimepicker.less can't found. @import 'twitter/bootstrap/bootstrap' works when manually add bootstrap-datetimepicker.less file tarruda, doesn't work because first line in is

@import "variables.less"; @import "mixins.less"; 

and don't have variables.less or mixins.less file things @whatever , .border-radius not work. installed twitter bootstrap twitter-bootstrap-rails , added gem less-rails.

github: https://github.com/ninajlu/videos

you should read documentation on github page more precisely:

or if you're having problems (or using less) require in main stylesheet manifest file:

 *= require bootstrap-datetimepicker 


Comments

Popular posts from this blog

jquery - How can I dynamically add a browser tab? -

node.js - Getting the socket id,user id pair of a logged in user(s) -

keyboard - C++ GetAsyncKeyState alternative -