Skip to content

Commit

Permalink
Update Gruntfile.js
Browse files Browse the repository at this point in the history
  • Loading branch information
progitter authored and fixmycode committed Jul 19, 2018
1 parent 965a0dc commit c042e41
Showing 1 changed file with 8 additions and 1 deletion.
9 changes: 8 additions & 1 deletion Gruntfile.js
Original file line number Diff line number Diff line change
Expand Up @@ -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 %>']
Expand Down

0 comments on commit c042e41

Please sign in to comment.