diff options
author | Michał Gołębiowski-Owczarek <m.goleb@gmail.com> | 2020-05-16 08:26:48 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-05-16 08:26:48 +0200 |
commit | 512cbbf4d9d039519ef9c94716d7048ca2ff582f (patch) | |
tree | 8d403584c77a9e8a1ca7b287f23fd16c8ba65175 /Gruntfile.js | |
parent | 9bb366ef8a710c06df924b2f6567cd5ed701cd44 (diff) | |
download | jquery-ui-512cbbf4d9d039519ef9c94716d7048ca2ff582f.tar.gz jquery-ui-512cbbf4d9d039519ef9c94716d7048ca2ff582f.zip |
Build: Update jQuery Simulate, jQuery Migrate & jQuery Color
The jQuery Simulate & jQuery Color updates are needed for compatibility
with jQuery master, a future jQuery 4.
Closes gh-1914
Diffstat (limited to 'Gruntfile.js')
-rw-r--r-- | Gruntfile.js | 15 |
1 files changed, 13 insertions, 2 deletions
diff --git a/Gruntfile.js b/Gruntfile.js index 78885382f..3e804cd64 100644 --- a/Gruntfile.js +++ b/Gruntfile.js @@ -252,6 +252,17 @@ grunt.initConfig( { }, bowercopy: { + inlineVendors: { + options: { + clean: true, + destPrefix: "ui/vendor" + }, + files: { + "jquery-color/jquery.color.js": "jquery-color/dist/jquery.color.js", + "jquery-color/LICENSE.txt": "jquery-color/LICENSE.txt" + } + }, + all: { options: { clean: true, @@ -422,8 +433,8 @@ grunt.initConfig( { "jquery-migrate-1.4.1/jquery-migrate.js": "jquery-migrate-1.4.1/dist/jquery-migrate.js", "jquery-migrate-1.4.1/LICENSE.txt": "jquery-migrate-1.4.1/LICENSE.txt", - "jquery-migrate-3.0.0/jquery-migrate.js": "jquery-migrate-3.0.0/dist/jquery-migrate.js", - "jquery-migrate-3.0.0/LICENSE.txt": "jquery-migrate-3.0.0/LICENSE.txt" + "jquery-migrate-3.3.0/jquery-migrate.js": "jquery-migrate-3.3.0/dist/jquery-migrate.js", + "jquery-migrate-3.3.0/LICENSE.txt": "jquery-migrate-3.3.0/LICENSE.txt" } } }, |