diff options
author | silverwind | 2020-07-29 20:44:23 +0200 |
---|---|---|
committer | GitHub | 2020-07-29 14:44:23 -0400 |
commit | 2fd78c151e0e49db113078095f1d9e8c7478e828 (patch) | |
tree | 19526559ed4148f93355786d829c44113cdac27c /.gitignore | |
parent | 2f6aadffa8243736825564cd1ce32d0d5a1eb391 (diff) |
Move jquery-minicolors to npm/webpack (#12305)
* Move jquery-minicolors to npm/webpack
- Unvendor and add as npm dependency
- Removed unneeded backend variable
- Fixed existing bug where picker would previously initizalize to the
same green color when editing a label.
There was probably a version bump because the previous version was
over 3 years old but it seems to be compatible.
* use file-loader
* trailing comma and comment update
* misc tweaks
Co-authored-by: Lauris BH <lauris@nix.lv>
Co-authored-by: techknowlogick <techknowlogick@gitea.io>
Diffstat (limited to '.gitignore')
-rw-r--r-- | .gitignore | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore index 0223bb994..af522a53c 100644 --- a/.gitignore +++ b/.gitignore @@ -79,6 +79,7 @@ coverage.all /public/serviceworker.js /public/css /public/fonts +/public/img/webpack /web_src/fomantic/build /VERSION /.air |