diff --git a/Gruntfile.js b/Gruntfile.js index 381654eb..b4fe75dd 100644 --- a/Gruntfile.js +++ b/Gruntfile.js @@ -64,7 +64,7 @@ module.exports = function(grunt) { distjs: { expand: true, cwd: "scripts/", - src: "**.min.js", + src: "**.js", dest: "dist/js/", flatten: true, filter: "isFile"