Skip to content

Commit

Permalink
Merge pull request #5395 from nanasess/improve/fileupload
Browse files Browse the repository at this point in the history
[4.2] jQuery-File-Upload を filepond に変更する
  • Loading branch information
chihiro-adachi authored Jun 29, 2022
2 parents fc99132 + 58739ba commit 900ef73
Show file tree
Hide file tree
Showing 40 changed files with 32,228 additions and 21,418 deletions.
2 changes: 1 addition & 1 deletion gulp/task/scss-min.js
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ module.exports = () => {
.pipe(plumber({
errorHandler: notify.onError('Error: <%= error.message %>')
}))
.pipe(sass)
.pipe(sass())
.pipe(postcss([
autoprefixer(),
cssmqpacker({
Expand Down
2 changes: 1 addition & 1 deletion gulp/task/scss.js
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ module.exports = () => {
.pipe(plumber({
errorHandler: notify.onError('Error: <%= error.message %>')
}))
.pipe(sass)
.pipe(sass())
.pipe(postcss([
atImport(),
autoprefixer(),
Expand Down
2 changes: 1 addition & 1 deletion html/bundle/admin.bundle.js

Large diffs are not rendered by default.

24 changes: 24 additions & 0 deletions html/bundle/admin.bundle.js.LICENSE.txt
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,30 @@
* Released under the MIT License
*/

/*!
* FilePond 4.30.4
* Licensed under MIT, https://opensource.org/licenses/MIT/
* Please visit https://pqina.nl/filepond/ for details.
*/

/*!
* FilePondPluginFileValidateSize 2.2.7
* Licensed under MIT, https://opensource.org/licenses/MIT/
* Please visit https://pqina.nl/filepond/ for details.
*/

/*!
* FilePondPluginFileValidateType 1.2.8
* Licensed under MIT, https://opensource.org/licenses/MIT/
* Please visit https://pqina.nl/filepond/ for details.
*/

/*!
* FilePondPluginImagePreview 4.6.11
* Licensed under MIT, https://opensource.org/licenses/MIT/
* Please visit https://pqina.nl/filepond/ for details.
*/

/*!
* Ladda
* http://lab.hakim.se/ladda
Expand Down
2 changes: 1 addition & 1 deletion html/bundle/admin.bundle.js.map

Large diffs are not rendered by default.

Loading

0 comments on commit 900ef73

Please sign in to comment.