From 7bf0e36ed85c157bca75e20a44ba3a0638ae069d Mon Sep 17 00:00:00 2001 From: progitter <38794503+progitter@users.noreply.github.com> Date: Tue, 1 May 2018 12:11:48 -0700 Subject: [PATCH] Update Gruntfile.js --- Gruntfile.js | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) diff --git a/Gruntfile.js b/Gruntfile.js index 00b1d1b8..c8209f9f 100644 --- a/Gruntfile.js +++ b/Gruntfile.js @@ -42,7 +42,14 @@ module.exports = function(grunt) { 'dist/jquery.<%= pkg.name %>.min.js': ['<%= concat.dist_js.dest %>'] } }, - + dist_imports:{ + cwd: './', + src: ['src/jquery.coords.js', 'src/jquery.collision.js', 'src/utils.js', 'src/jquery.draggable.js'], + dest: 'dist/', + flatten: true, + expand:true, + }, + dist_extras: { files: { 'dist/jquery.<%= pkg.name %>.with-extras.min.js': ['<%= concat.dist_extras_js.dest %>']