zpaulovics / datetimepicker-rails

A date and time picker for Twitter Bootstrap in Rails using Simple Form
MIT License
174 stars 80 forks source link

//= require moment is raising an error #73

Open ChrisCPO opened 8 years ago

ChrisCPO commented 8 years ago

I have followed the install instructions and //= require moment => couldn't find file 'moment' with type 'application/javascript'

Removing this, got rid of the error, however in my form nothing showed up?

using rails 4+ version

gurvircheema commented 8 years ago

I ran into the same error. Restarting the server fixed it for me.