From d789d7ab1973f61484cc3c6307e8ff2978acd215 Mon Sep 17 00:00:00 2001 From: Jörn Zaefferer Date: Fri, 21 Feb 2014 17:25:59 +0100 Subject: Build: Use bower to manage client-side dependencies Fixes #9507 Closes gh-1201 --- Gruntfile.js | 22 ++++++++++++++++++++++ 1 file changed, 22 insertions(+) (limited to 'Gruntfile.js') diff --git a/Gruntfile.js b/Gruntfile.js index 4d581faaa..08e89f90b 100644 --- a/Gruntfile.js +++ b/Gruntfile.js @@ -213,6 +213,28 @@ grunt.initConfig({ src: "build/**/*.js" }, grunt: "Gruntfile.js" + }, + + bowercopy: { + options: { + clean: true + }, + qunit: { + files: { + "external": "qunit/qunit" + } + }, + mousewheel: { + files: { + "external": "jquery-mousewheel/*.js" + } + }, + jshint: { + files: { + "external": "jshint/dist/jshint.js" + } + }, + "jquery.js": "jquery/dist/jquery.js" } }); -- cgit v1.2.3