On local development everything works fine, but after deployment fullcalender is not loaded into the view. Checked several things, in Console I've an error: . Failed to load resource: .../parsley.js.map. I've run npm, cleared cache etc. but still no effect. Any remaining tips?
Solved. The javascript section in blade file seemed to be loaded correctly, but there was a problem in a directive. On local environment this was no issue, but on production it blocked loading some scripts.