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
..
2022-12-13 13:10:02 +01:00
2020-05-11 11:15:45 +02:00
2018-09-26 12:34:16 +02:00
2021-10-01 16:19:21 +02:00
2021-01-28 18:54:04 +01:00
2021-06-29 14:13:54 +02:00
2019-09-11 14:03:24 +02:00
2019-09-11 14:03:24 +02:00
2024-04-03 00:15:48 +02:00
2023-11-30 18:57:29 +01:00
2019-11-13 19:52:15 +01:00
2019-11-01 20:08:46 +01:00
2022-03-29 14:49:25 +02:00
2020-08-05 14:10:22 +02:00
2019-09-11 14:03:24 +02:00
2021-02-08 19:57:42 +01:00
2020-05-26 13:20:26 +02:00
2019-11-05 15:43:27 +01:00
2023-07-12 16:05:26 +02:00
2023-07-12 16:05:33 +02:00
2022-09-14 15:14:23 +02:00
2023-10-23 15:49:01 +02:00
2019-09-11 14:03:24 +02:00
2019-09-11 14:03:24 +02:00
2020-07-07 22:56:17 +02:00
2019-09-11 14:03:24 +02:00
2023-05-31 16:56:15 +02:00
2020-08-24 19:41:14 +02:00
2019-09-11 14:03:24 +02:00
2020-08-28 16:09:41 +02:00
2020-08-05 14:10:22 +02:00
2019-10-31 15:07:08 +01:00
2023-10-23 15:49:01 +02:00
2019-09-11 14:03:24 +02:00
2020-08-28 16:10:31 +02:00
2020-11-17 14:48:48 +01:00
2020-11-17 14:48:48 +01:00
2020-08-05 14:10:22 +02:00
2019-09-11 14:03:24 +02: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
2020-08-05 14:10:22 +02:00
2019-09-11 14:03:24 +02:00
2019-09-11 14:03:24 +02:00
2019-09-11 14:03:24 +02:00
2019-10-05 04:02:39 +02:00
2019-09-11 14:03:24 +02:00
2019-09-11 14:03:24 +02:00
2022-02-23 16:43:37 +01:00
2019-09-11 14:03:24 +02:00
2022-09-22 10:34:07 +02:00
2019-09-11 14:03:24 +02:00
2019-09-11 14:03:24 +02:00
2019-09-11 14:03:24 +02:00
2019-09-11 14:03:24 +02:00
2020-08-12 10:10:58 +02:00
2021-02-08 16:31:26 +01:00
2022-10-18 10:38:59 +02:00
2020-08-05 14:10:22 +02:00
2019-09-11 14:03:24 +02:00
2021-09-22 18:29:23 +02:00
2020-08-05 10:28:13 +02:00
2019-09-11 14:03:24 +02:00
2020-08-04 20:32:14 +02:00
2019-09-11 14:03:24 +02:00
2020-08-05 14:10:22 +02:00
2020-05-26 13:20:26 +02:00
2019-11-07 15:58:49 +01:00