Files
nairobi/app/assets/javascripts
Javi Martín bee00db34f Use a node package to install jquery-fileupload
Although the gem is called jquery-fileupload-rails, the node package is
called blueimp-file-upload.

Note we're using the same version as provided by the gem.

The jquery-fileupload gem provided a `basic.js` file (which we were
requiring), which had the following content:

```
//= require jquery-fileupload/vendor/jquery.ui.widget
//= require jquery-fileupload/jquery.iframe-transport
//= require jquery-fileupload/jquery.fileupload
``

This file isn't available in the Node.js package, so we're adapting its
contents in our application.js file. Since we're already requiring
jQuery UI widget, we're omitting that line.
2024-04-03 00:15:48 +02:00
..
2018-09-26 12:34:16 +02:00
2019-09-11 14:03:24 +02:00
2019-09-11 14:03:24 +02:00
2019-11-13 19:52:15 +01:00
2019-09-11 14:03:24 +02:00
2023-10-24 19:00:43 +02:00
2024-01-29 17:56:54 +01:00
2019-09-11 14:03:24 +02:00