From b5cf896f9b8b3317f8143f4dc8179e10ed6d4124 Mon Sep 17 00:00:00 2001 From: FezVrasta Date: Wed, 26 Nov 2014 10:17:34 +0100 Subject: [PATCH] fixed grunt task --- Gruntfile.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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"