I am building a wonderful web application with Laravel, defining my javascript dependencies with the package.json
, and all is going well.
Until when I need to use a JQuery datepicker with a default italian localization.
Looking in SO, I get a million of suggestions about JQuery-UI and localization, like JQuery UI datepicker localization, Localization not working in jQuery UI datePicker and jQuery UI Datepicker localization error on load . Sadly, nothing about how to make it work with NPM and moreover with a localization file needed.
I could download the source files and use them, but I managed to be tidy until now, and I'd love to find out how to use NPM for my datepicker too.