mkhairi / materialize-sass

Materializecss rubygem for Rails Asset Pipeline / Sprockets
http://materialize.labs.my/
MIT License
806 stars 243 forks source link

Pickadate is not a function in production #146

Closed GaldanM closed 7 years ago

GaldanM commented 7 years ago

Hi,

When I push my app to heroku, the following code isn't pointing anywhere : $("#myDatePicker").pickadate(); resulting in $(...).pickadate is not a function

It's working perfectly in dev mode, is that a known problem ? If it's not a problem with materialize, could someone guide me to fix it ?

Thanks

GaldanM commented 7 years ago

Something was wrong in my production.rb file, fixed.