aboutsummaryrefslogtreecommitdiffstats
path: root/Gruntfile.js
diff options
context:
space:
mode:
Diffstat (limited to 'Gruntfile.js')
-rw-r--r--Gruntfile.js15
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"
}
}
},